stable
Clone or download
Read-only
request #19281 : Error management on tabindex attribution when no test execution is open
If no test is open, first test tab should take tabindex='0' attribute so it can take focus and user can enter tests list. If tests list is empty, nothing will take the attribute and no error should be shown. If no first test tab could be found in a filled tests list, an error should be shown. How to test : * Open a test campaign with no test execution opened. * You should be able to tab into the first test. * No error should be shown in the console. * Open an empty campaign * No error should be shown in the console. * Make a mistake in the querySelector("[data-shortcut-navigation]") * Open an campaign with tests * An error should show up in the console. Change-Id: I27556289553c92849b3200613323683bd62a1054
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-controller.js | +9 | −1 | Go to diff View file |