Skip to content
Snippets Groups Projects
Commit dd68aea9 authored by Chris Martin's avatar Chris Martin
Browse files

Attempt to fix browser tests, clicking on Instances tile

parent 32e1c816
No related branches found
No related tags found
Loading
......@@ -53,7 +53,7 @@ Feature: Text presence
And I press the "No" option in the "Install operating system updates?" radio button group
And I should see "Warning: Skipping operating system updates is a security risk" within 2 seconds
And I click the last "Create" button
When I click the "Instances" button
When I press the last element with xpath "//h3[contains(string(),'Instances')]"
Then I should see the unique instance name within 5 seconds
And the browser's URL should contain "/projects/285529556e524028aae29f9c8b0f8017/resources"
When I press on the unique instance name
......@@ -76,7 +76,7 @@ Feature: Text presence
When I click the "TG-INI210003" card
Then I should see "iu.jetstream-cloud.org - TG-INI210003" within 15 seconds
And I should see an element with xpath "//h3[contains(string(),'Instances')]" within 20 seconds
When I click the "Instances" button
When I press the last element with xpath "//h3[contains(string(),'Instances')]"
Given a unique instance name starting with "ubuntu"
Then I should see the unique instance name within 30 seconds
When I press on the unique instance name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment