Skip to content

Commit b3a111c

Browse files
committed
fix snapshot for carry over tests
1 parent fc64eec commit b3a111c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/packages/data-portal/e2e/carryOver.test.ts

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ test.describe('Carry over filters', () => {
4040
label: translations.objectName,
4141
value: TEST_VALUE,
4242
})
43+
44+
await tableActor.openFirstResult(TEST_PARAM, TEST_VALUE)
4345
})
4446

4547
test('should carry over single dataset filter into single run page', async ({
@@ -50,6 +52,8 @@ test.describe('Carry over filters', () => {
5052
label: translations.objectName,
5153
value: TEST_VALUE,
5254
})
55+
56+
await tableActor.openFirstResult(TEST_PARAM, TEST_VALUE)
5357
})
5458
test('should have filter in browse dataset breadcrumb url', async ({
5559
page,

0 commit comments

Comments
 (0)