Skip to content
Snippets Groups Projects
Commit 6b1bfbbf authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(init): init

parent ee7a0da6
No related branches found
No related tags found
1 merge request!1feature(init): init
Pipeline #243065 passed
......@@ -17,7 +17,7 @@ class Shopify extends WebDriver
if ($i->loadSessionSnapshot('admin')) {
return;
}
$i->amOnUrl($this->config['admin_url']);
$i->amOnUrl('https://accounts.shopify.com/lookup');
try {
$i->moveMouseOver('body', rand(1, 100), rand(1, 100));
$i->seeInCurrentUrl(parse_url($this->config['admin_url'], PHP_URL_PATH));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment