mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Skip project page copy link integration test
This commit is contained in:
parent
c3f59957d7
commit
d504fa3cb3
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue