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.1.2 | |||
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 over 1 year 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.
#2
Updated by Go MAEDA over 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.
#3
Updated by Marius BALTEANU over 1 year 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 over 1 year ago
- File deleted (
fix_assert_param_order.patch)
#5
Updated by Marius BALTEANU over 1 year ago
- File fix_assert_param_order.patch
added
#6
Updated by Go MAEDA over 1 year ago
- Status changed from Reopened to Closed
Marius BALTEANU wrote:
Please commit the attached patch, I made a mistake in the initial patch (first param is the expected value, the second is the actual).
Committed the fix in r20652. Thank you.
#7
Updated by Go MAEDA over 1 year ago
- Target version changed from 4.2.0 to 4.1.2
Changing the target version to 4.1.2 in order to apply #33846 to 4.1-stable.