Adding a wait screen while the assertion is being generated.
Important on slow devices/browsers. * Using CSS transitions to bring the screen in after 0.5 seconds. * Cleaning up the screen code, its tests, and anything that attaches to Screens. * Adding a generic errorDisplayed() function to TestHelpers. close #706
Showing
- resources/static/dialog/controllers/page.js 5 additions, 7 deletionsresources/static/dialog/controllers/page.js
- resources/static/dialog/css/popup.css 54 additions, 5 deletionsresources/static/dialog/css/popup.css
- resources/static/dialog/resources/helpers.js 3 additions, 0 deletionsresources/static/dialog/resources/helpers.js
- resources/static/pages/page_helpers.js 1 addition, 1 deletionresources/static/pages/page_helpers.js
- resources/static/shared/screens.js 17 additions, 27 deletionsresources/static/shared/screens.js
- resources/static/test/index.html 1 addition, 0 deletionsresources/static/test/index.html
- resources/static/test/qunit/controllers/checkregistration_unit_test.js 5 additions, 4 deletions...tic/test/qunit/controllers/checkregistration_unit_test.js
- resources/static/test/qunit/controllers/required_email_unit_test.js 5 additions, 4 deletions...static/test/qunit/controllers/required_email_unit_test.js
- resources/static/test/qunit/pages/manage_account_unit_test.js 8 additions, 14 deletions...urces/static/test/qunit/pages/manage_account_unit_test.js
- resources/static/test/qunit/shared/screens_unit_test.js 19 additions, 10 deletionsresources/static/test/qunit/shared/screens_unit_test.js
- resources/static/test/qunit/testHelpers/helpers.js 9 additions, 1 deletionresources/static/test/qunit/testHelpers/helpers.js
Loading
Please register or sign in to comment