Cmcmahon has submitted this change and it was merged. Change subject: Fixed mysterious "Tests Failed" error when all tests pass ......................................................................
Fixed mysterious "Tests Failed" error when all tests pass Example of a failed Jenkins job: https://wmf.ci.cloudbees.com/view/s-t2.w/job/browsertests-test2.wikipedi a.org-linux-chrome/326/console Bug: 48214 Change-Id: Id8d2431e1fc40f1611e7a9207bf8ac6d95b2d159 --- M features/support/pages/aftv5_page.rb 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Cmcmahon: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/features/support/pages/aftv5_page.rb b/features/support/pages/aftv5_page.rb index 08d68ab..d37d073 100644 --- a/features/support/pages/aftv5_page.rb +++ b/features/support/pages/aftv5_page.rb @@ -1,3 +1,5 @@ +require 'page-object' + class AFTv5Page include PageObject -- To view, visit https://gerrit.wikimedia.org/r/65255 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id8d2431e1fc40f1611e7a9207bf8ac6d95b2d159 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
