Content
View differences
Updated by Jens Ulferts almost 9 years ago
Stacktrace (https://travis-ci.org/opf/openproject-ce/jobs/245574132):
Unable to find css ".wp-edit-field.subject" (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:71:in `with_scope'
./features/step_definitions/web_steps.rb:78:in `/^(.*) within "(.*[^:"])"$/'
features/work_packages/work_package_textile_link.feature:76:in `Then I should see "January" within ".wp-edit-field.subject"'
Failing Scenarios:
cucumber -p rerun features/work_packages/work_package_textile_link.feature:69 # Scenario: Adding a work package quickinfo link
The other cukes in that file are also prone to flicker.
Instead of fixing it, it would be better to replace it with a spec.
Unable to find css ".wp-edit-field.subject" (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:71:in `with_scope'
./features/step_definitions/web_steps.rb:78:in `/^(.*) within "(.*[^:"])"$/'
features/work_packages/work_package_textile_link.feature:76:in `Then I should see "January" within ".wp-edit-field.subject"'
Failing Scenarios:
cucumber -p rerun features/work_packages/work_package_textile_link.feature:69 # Scenario: Adding a work package quickinfo link
The other cukes in that file are also prone to flicker.
Instead of fixing it, it would be better to replace it with a spec.