cht-core icon indicating copy to clipboard operation
cht-core copied to clipboard

chore(#159): update defaul-mobile e2e tests to work with the navbar at the bottom

Open tatilepizs opened this issue 6 months ago • 0 comments

Description

Update the e2e tests that are in the default-mobile test suite so they can successfully run with the changes of the navbar at the bottom of the page.

Updated tests:

  • [x] test/e2e/default-mobile/browser-compatibility/browser-compatibility.wdio-spec.js
  • [x] test/e2e/default-mobile/contacts/delete.wdio-spec.js
  • [x] test/e2e/default-mobile/navigation/navigation.wdio-spec.js
  • [ ] test/e2e/default-mobile/reports/bulk-delete.wdio-spec.js ⚠️
  • [x] ~test/e2e/default-mobile/reports/delete.wdio-spec.js~ -> File was deleted because it was duplicated with the one in the default folder
  • [x] test/e2e/default-mobile/reports/search.wdio-spec.js
  • [x] ~test/e2e/default/login/login-logout.wdio-spec.js~ -> It will remain disabled because the hamburger menu is not displayed yet ❌
  • [x] test/e2e/default/navigation/navigation.wdio-spec.js
  • [x] ~test/e2e/default/navigation/hamburger-menu.wdio-spec.js~ -> It will remain disabled because the hamburger menu is not displayed yet ❌
  • [x] test/e2e/default/reports/delete.wdio-spec.js

care-teams/#159

Code review checklist

  • [ ] Readable: Concise, well named, follows the style guide, documented if necessary.
  • [ ] Documented: Configuration and user documentation on cht-docs
  • [ ] Tested: Unit and/or e2e where appropriate
  • [ ] Internationalised: All user facing text
  • [ ] Backwards compatible: Works with existing data and configuration or includes a migration. Any breaking changes documented in the release notes.

Compose URLs

If Build CI hasn't passed, these may 404:

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

tatilepizs avatar Aug 23 '24 20:08 tatilepizs