7 Commits

Author SHA1 Message Date
Eduard Bardají Puig
407a9f031d Use synchronous listener registration 2024-08-27 15:49:23 +02:00
Christine Pinto
6aca5ba8a2 Add helper function 2024-08-06 14:50:47 +02:00
Eduard Bardají Puig
911bd5e94b Use type imports and knip 2024-07-17 09:23:17 +01:00
Victor Kirov
3cd37d4e5f Apply some playwright enhancements (and solves ENG-3992) (#312)
* Some e2e test improvements

* Add startup timeout

* Address PR comment

---------

Co-authored-by: Den <36603049+dhriaznov@users.noreply.github.com>
2024-06-05 12:04:56 +02:00
Christine Pinto
d2425efbf5 [ENG-3999] Onboarding part 2 (#184)
* Add storage seedphrase
* add 12 word seedphrase error message check
* add error message check for 24 word seedphrase
* optimize code, add switch 12 to 24 seedphrase test case
* add confirm address copy and save address in file
* [ENG-4031] Implement Sharding for test execution
* Add Lock and login flow
* Added attributes to elements in the homedashboard for better locators
* fix: prefer data-testid over id, and aria-label for options button
* Use static method (#187)
* [ENG-3979] Implement Smoketest execution for PR build
---------

Co-authored-by: DuskaT021 <aleksa2601@gmail.com>
Co-authored-by: Tim Man <tim@secretkeylabs.com>
Co-authored-by: Eduard Bardají Puig <ebardaji@gmail.com>
2024-04-15 14:34:01 +02:00
Christine Pinto
1e4d7a14ed [ENG-3978] Onboarding UI Test part 1 (#159)
Update ESLint to Version 8.40.0 and add ESLint Plugin Playwright
Adjust Screensize to 360x360 for CI
Add visual check for legal page
Add visual check error messages for password pages
Skip Backup flow
Setup backup and successfully creating a wallet
2024-03-28 11:43:37 +01:00
Christine Pinto
f13eb254ae [ENG-3956] setup healthcheck test (#153)
- install playwright and dependencies
- create basic healthcheck ui test
- setup github action workflow to execute all UI tests (playwright.yml)
- add healthcheck to build.yml
- add basic folder structure for UI test suite
- add documentation to execute UI tests
- add env. file comment to the setup documentation
- Apply suggestions from code review
2024-03-25 12:04:31 +01:00