From aada1fbad693cc6bab43bc8f104196ad5a399dda Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sat, 6 Jan 2024 13:21:02 +0100 Subject: [PATCH] fix --- test/data/commandscripts/actions.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/commandscripts/actions.cjs b/test/data/commandscripts/actions.cjs index 5c5efc62a..41860fda6 100644 --- a/test/data/commandscripts/actions.cjs +++ b/test/data/commandscripts/actions.cjs @@ -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 })