Skip to content

Commit

Permalink
adjust scenario test to allow XLoader completion to be delayed
Browse files Browse the repository at this point in the history
- Don't just wait until the status page is available, wait for the completion message
  • Loading branch information
ThrawnCA committed Oct 30, 2024
1 parent 374bd24 commit a3718c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/features/xloader.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Feature: XLoader
Then I should see "DataStore"

When I press "DataStore"
And I reload page every 3 seconds until I see an element with xpath "//*[contains(string(), 'Express Load completed')]" but not more than 6 times
Then I should see "Express Load completed"
And I should see "Data Schema"
And I should see "Data Dictionary"
Expand Down

0 comments on commit a3718c3

Please sign in to comment.