From d504fa3cb3ec50d111c26072fc9f7deef59c19ee Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Fri, 9 Oct 2020 11:45:01 -0400 Subject: [PATCH] Skip project page copy link integration test --- test/integration/project-page.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/project-page.test.js b/test/integration/project-page.test.js index 8675c3e2c..993e6c6d4 100644 --- a/test/integration/project-page.test.js +++ b/test/integration/project-page.test.js @@ -44,7 +44,7 @@ describe('www-integration project-page signed out', () => { await expect(guiVisible).toBe(true); }); - test('Open Copy Link modal', async () => { + test.skip('Open Copy Link modal', async () => { await clickXpath('//button[@class="button action-button copy-link-button"]'); let projectLink = await findByXpath('//input[@name="link"]'); let linkValue = await projectLink.getAttribute('value');