https://bugzilla.wikimedia.org/show_bug.cgi?id=54886
Željko Filipin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Željko Filipin <[email protected]> --- I was able to reproduce this on my machine. I have executed this test 5 times: $ bundle exec cucumber features/print_export_menu.feature:4 4/5 times it broke because the print/export menu was collapsed. $ bundle exec cucumber features/print_export_menu.feature:4 Using the default profile... .F (::) failed steps (::) expected visible? to return true, got false (RSpec::Expectations::ExpectationNotMetError) ./features/step_definitions/print_export_menu_steps.rb:13:in `block (2 levels) in <top (required)>' ./features/step_definitions/print_export_menu_steps.rb:11:in `/^Print\/export section should be expanded$/' features/print_export_menu.feature:6:in `Then Print/export section should be expanded' Failing Scenarios: cucumber features/print_export_menu.feature:4 # Scenario: Check for Print/export section Expanded 1 scenario (1 failed) 2 steps (1 failed, 1 passed) 0m7.363s 1/5 times it passed, because print/export menu was expanded: $ bundle exec cucumber features/print_export_menu.feature:4 Using the default profile... .. 1 scenario (1 passed) 2 steps (2 passed) 0m8.831s I will post the results from the javascript console. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
