https://bugzilla.wikimedia.org/show_bug.cgi?id=62614
--- Comment #11 from Chris McMahon <[email protected]> --- I got the problem the first time I ran, on the second scenario: $ bundle exec cucumber features/editor_ve.feature @en.m.wikipedia.beta.wmflabs.org @login @test2.m.wikipedia.org Feature: VisualEditor Scenario: Toolbar VisualEditor # features/editor_ve.feature:4 Given I am in alpha mode # features/step_definitions/common_steps.rb:77 And I am logged into the mobile website # features/step_definitions/common_steps.rb:10 And I am on the "Selenium Edit Test" page # features/step_definitions/common_steps.rb:88 When I click the edit button # features/step_definitions/editor_steps.rb:7 Then I see the VisualEditor overlay # features/step_definitions/editor_ve_steps.rb:9 And I see a toolbar in the overlay header # features/step_definitions/editor_ve_steps.rb:17 And The VisualEditor toolbar has a bold button # features/step_definitions/editor_ve_steps.rb:21 And The VisualEditor toolbar has an italic button # features/step_definitions/editor_ve_steps.rb:25 Scenario: I can edit a page using VisualEditor # features/editor_ve.feature:14 Given I am in alpha mode # features/step_definitions/common_steps.rb:77 timed out after 5 seconds, waiting for {:class=>"mw-mf-settings-off", :tag_name=>"span"} to become present (Watir::Wait::TimeoutError) ./features/step_definitions/common_steps.rb:82:in `block (3 levels) in <top (required)>' ./features/step_definitions/common_steps.rb:81:in `block (2 levels) in <top (required)>' ./features/step_definitions/common_steps.rb:78:in `/^I am in alpha mode$/' features/editor_ve.feature:15:in `Given I am in alpha mode' <snip> $ date Tue Mar 18 11:35:44 MST 2014 And in the browser I can clearly see the red error message "Error saving settings. Please make sure that you have cookies enabled" -- 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
