| commit | bb3da4dca443a6a6267ba1267b56bb7323e0cb3b | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Fri Dec 05 22:47:35 2025 +0100 |
| committer | Akron <nils@diewald-online.de> | Fri Dec 05 23:28:04 2025 +0100 |
| tree | 6e288ca0bfbc0368cb73086fe2d49cff8ea9e92b | |
| parent | a8fde63851723e2503364087dab37de6ffed4024 [diff] [blame] |
Add data-testid to test relevant elements (fixes #244) Change-Id: Id908e38f01e426543ed98975544204a9a632294d
diff --git a/t/page.t b/t/page.t index 5fb2129..123a720 100644 --- a/t/page.t +++ b/t/page.t
@@ -35,6 +35,8 @@ ->header_is('X-Content-Type-Options', 'nosniff') ->header_is('Access-Control-Allow-Methods','GET, POST, OPTIONS') ->header_is('X-XSS-Protection', '1; mode=block') + ->element_exists('*[data-testid=home]') + ->element_exists('*[data-testid=tour-start]') ; # Test additions