Skip project page copy link integration test

This commit is contained in:
BryceLTaylor 2020-10-09 11:45:01 -04:00
parent c3f59957d7
commit d504fa3cb3

View file

@ -44,7 +44,7 @@ describe('www-integration project-page signed out', () => {
await expect(guiVisible).toBe(true); 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"]'); await clickXpath('//button[@class="button action-button copy-link-button"]');
let projectLink = await findByXpath('//input[@name="link"]'); let projectLink = await findByXpath('//input[@name="link"]');
let linkValue = await projectLink.getAttribute('value'); let linkValue = await projectLink.getAttribute('value');