Feature #34123
System tests for inline auto complete feature
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 4.2.0 | |||
Resolution: | Fixed |
Description
We should add some system tests (or other type) for the inline autocomplete feature.
Associated revisions
Add system tests for inline autocomplete (#34123).
Patch by Marius BALTEANU.
Fix the order of assert params (#34123).
History
#1
Updated by Marius BALTEANU 3 months ago
- File 0001-Add-system-tests-for-inline-autocomplete.patch
added
- Category set to UI
- Assignee deleted (
Marius BALTEANU) - Target version set to 4.2.0
I've added a first version of the tests. I preferred to have all the tests related to inline autocomplete in the same file instead of splitting them in different files (issues_test, news_test, etc).
Any feedback is appreciated.
#3
Updated by Marius BALTEANU 2 months ago
- File fix_assert_param_order.patch added
- Status changed from Closed to Reopened
Please commit the attached patch, I made a mistake in the initial patch (first param is the expected value, the second is the actual).
#4
Updated by Marius BALTEANU 2 months ago
- File deleted (
fix_assert_param_order.patch)
#5
Updated by Marius BALTEANU 2 months ago
- File fix_assert_param_order.patch
added