Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 24, 2024
1 parent 7023d66 commit 4936be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/addatest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
export default async function (context, commands) {
await commands.navigate('http://127.0.0.1:3000');
await commands.wait.byId('url', 5000);
await commands.addText.byId('https://www.wikipedia.org', 'url');
await commands.select.selectByIdAndValue('iterations', 1);
await commands.mouse.singleClick.byXpath('/html/body/section/div/div[2]/ul/li[2]');
Expand Down

0 comments on commit 4936be0

Please sign in to comment.