Actions
Patch #39109
closedImproving Test Reliability with Capybara Assertions
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
According to Capybara's documentation, Capybara will automatically wait until the HTML condition is met if you use the assertions provided by Capybara.
The current Redmine system test includes a section that is sometimes unreliable, known as a "flaky" part, which may or may not succeed during runtime.
By giving preference to the use of Capybara's assertions, it is possible to mitigate the test's flakiness.
Files
Updated by Marius BĂLTEANU about 1 year ago
- Tracker changed from Defect to Patch
- Status changed from New to Closed
- Assignee set to Marius BĂLTEANU
- Target version set to 5.1.0
Committed, thanks!
Actions