Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/49362
Change subject: Looks like IE9 needs some time for Okay button to appear ...................................................................... Looks like IE9 needs some time for Okay button to appear Change-Id: Id00c85ee22cb7e703e4fed762349f69ab08fe1e9 --- M features/step_definitions/guided_tour_steps.rb 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/62/49362/1 diff --git a/features/step_definitions/guided_tour_steps.rb b/features/step_definitions/guided_tour_steps.rb index 39c1e51..6b39fe9 100644 --- a/features/step_definitions/guided_tour_steps.rb +++ b/features/step_definitions/guided_tour_steps.rb @@ -14,7 +14,7 @@ end When /^I click Okay$/ do - on(TourPage).okay + on(TourPage).okay_element.when_present.click end Then /^I should see a Click Edit popup$/ do @@ -23,7 +23,7 @@ Given /^I am on a page with Click Edit popup$/ do step 'I am on a page with Ready to Help lightbox' - step 'I click Okay' + step 'I click Okay' end When /^I click the Edit link on the wiki page$/ do -- To view, visit https://gerrit.wikimedia.org/r/49362 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id00c85ee22cb7e703e4fed762349f69ab08fe1e9 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
