Actions
Defect #34357
closedFix Capybara::Ambiguous: Ambiguous match, found 2 elements matching visible link or button "eCookbook"
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Running the system tests return the following errors:
Error: QuickJumpTest#test_project_quick_jump: Capybara::Ambiguous: Ambiguous match, found 2 elements matching visible link or button "eCookbook" within #<Capybara::Node::Element tag="div" path="/HTML/BODY[1]/DIV[1]/DIV[2]/DIV[1]/DIV[2]"> test/system/quick_jump_test.rb:34:in `block in test_project_quick_jump' test/system/quick_jump_test.rb:32:in `test_project_quick_jump'
Error: QuickJumpTest#test_project_quick_jump_should_jump_to_the_same_tab: Capybara::Ambiguous: Ambiguous match, found 2 elements matching visible link or button "eCookbook" within #<Capybara::Node::Element tag="div" path="/HTML/BODY[1]/DIV[1]/DIV[2]/DIV[1]/DIV[2]"> test/system/quick_jump_test.rb:45:in `block in test_project_quick_jump_should_jump_to_the_same_tab' test/system/quick_jump_test.rb:43:in `test_project_quick_jump_should_jump_to_the_same_tab'
Those errors were been introduced by #32944.
Files
Related issues
Updated by Marius BĂLTEANU almost 4 years ago
This issue reproduces only on Chrome headless.
Updated by Go MAEDA almost 4 years ago
- Related to Feature #32944: Always preserve the tree structure in the project jump box added
Updated by Go MAEDA almost 4 years ago
- Status changed from New to Closed
- Target version deleted (
4.2.0) - Resolution set to Fixed
Committed the fix as a part of #32944. Thank you.
Actions