Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 6, 2024
1 parent 3535fa4 commit aada1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/commandscripts/actions.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = async function (context, commands) {

await commands.measure.start('https://selenium.dev/selenium/web/mouse_interaction.html');
await commands.measure.start('https://www.selenium.dev/selenium/web/mouse_interaction.html');
const clickable = await commands.element.getById('clickable');
return commands.action.getActions()
.move({ origin: clickable })
Expand Down

0 comments on commit aada1fb

Please sign in to comment.