We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0b2a3 commit 45c6bc8Copy full SHA for 45c6bc8
frontend/packages/data-portal/e2e/carryOver.test.ts
@@ -40,6 +40,8 @@ test.describe('Carry over filters', () => {
40
label: translations.objectName,
41
value: TEST_VALUE,
42
})
43
+
44
+ await tableActor.openFirstResult(TEST_PARAM, TEST_VALUE)
45
46
47
test('should carry over single dataset filter into single run page', async ({
@@ -50,6 +52,8 @@ test.describe('Carry over filters', () => {
50
52
51
53
54
55
56
57
58
test('should have filter in browse dataset breadcrumb url', async ({
59
page,
0 commit comments