Closed IsaDC closed 2 weeks ago
@mcking65 This Pull Request includes the feedback we discussed in today's CG meeting.
@mcking65 All done :)
@IsaDC
There's a bug in the setup script for tests 8. If you first run setup for test 7, the test 8 setup will set focus to the wrong item. If you refresh browser cache, the test 8 script will then work correctly and set focus to the first item.
To reproduce:
Expected behavior: Focus is set on action 1.
Actual behavior: Focus is set on action 4.
@IsaDC
There's a bug in the setup script for tests 8. If you first run setup for test 7, the test 8 setup will set focus to the wrong item. If you refresh browser cache, the test 8 script will then work correctly and set focus to the first item.
To reproduce:
- Open the test plan in Chrome.
- Open the test 7 test window.
- Run the setup script for test 7.
- Close the test 7 window .
- Open the test 8 test window.
- Run the test 8 setup.
Expected behavior: Focus is set on action 1.
Actual behavior: Focus is set on action 4.
Thank you, @mcking65, for reporting this. I haven’t been able to reproduce the issue so far, as both setup scripts seem to be working correctly and setting focus as expected. @jscholes, could you take a look when you have a chance?
Preview Tests