Skip to content

Commit 4ecc033

Browse files
committed
Remove redundant line
1 parent 6a3b437 commit 4ecc033

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/E2E/tests/permissions/disallowExport.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ test('Verify Disallow Export', async ({ page }, testInfo) => {
1212
);
1313
await gotoAndEnsureLoggedIn(page, testInfo);
1414
await createView(page, { formTitle: 'Favorite Color', viewName: 'Verify Disallow Export Test', template: templates[0] });
15-
await page.locator('#gravityview_settings div').getByRole('link', { name: 'Permissions' }).click();
1615
await publishView(page);
1716
const viewUrl = await page.locator('#sample-permalink a').getAttribute('href');
1817
const downloadUrl = `${viewUrl}csv/`;

0 commit comments

Comments
 (0)