Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 558a5a2

Browse files
Update the built-in example script for the new computest website
1 parent 0d550b3 commit 558a5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/scratchpad-content/scratchpad.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
t.title = '00 Open the Home Page';
3939
await tab.navigate('http://computest.nl/', {timeout: '10s'});
4040
await tab.wait(async () => {
41-
performanceLink = await wait.documentComplete().selectorAll('.section--intro a').containsText('Performance').isDisplayed().first();
41+
performanceLink = await wait.documentComplete().selectorAll('.article a').containsText('Performance').isDisplayed().first();
4242
});
4343
});
4444

0 commit comments

Comments
 (0)