Page MenuHomePhabricator

selenium-GettingStarted Jenkins jobs failed for the last 20+ days with RSpec::Expectations::ExpectationNotMetError
Closed, DuplicatePublic

Description

Example:

https://integration.wikimedia.org/ci/view/Selenium/job/selenium-GettingStarted/291/BROWSER=firefox,MEDIAWIKI_ENVIRONMENT=beta,PLATFORM=Linux,label=contintLabsSlave%20&&%20UbuntuTrusty/console

00:00:09.659 @en.wikipedia.beta.wmflabs.org @firefox
00:00:09.662 Feature: Modal on editable returnto page
00:00:09.662 
00:00:09.662   Scenario: User sees modal call to action after registration # tests/browser/features/modal_on_editable_returnto.feature:4
00:00:36.285     Given I am at a random page                               # mediawiki_selenium-1.7.2/lib/mediawiki_selenium/step_definitions/navigation_steps.rb:1
00:00:36.285     When I register                                           # tests/browser/features/step_definitions/modal_on_editable_returnto_steps.rb:1
00:00:36.285     Then I should be returned to the same article             # tests/browser/features/step_definitions/modal_on_editable_returnto_steps.rb:8
00:00:36.288       
00:00:36.288       expected: "UserMergegwfpdr"
00:00:36.288            got: "Create account"
00:00:36.288       
00:00:36.288       (compared using ==)
00:00:36.288        (RSpec::Expectations::ExpectationNotMetError)