test(e2e): don't wait for text since its case-sensitive and different per browser...

This commit is contained in:
MiniDigger | Martin 2024-04-21 10:39:45 +02:00
parent 6ef34b40ed
commit 517f4f962a
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,8 @@ on:
branches:
- master
- staging
paths-ignore:
- 'e2e/**'
concurrency:
group: ${{ github.ref }}

View File

@ -12,7 +12,6 @@ on:
push:
branches:
- staging
- autoimport
jobs:
e2e:

View File

@ -29,7 +29,7 @@ module.exports = new (class {
I.fillField("input", totp.otp);
I.click("Use totp");
I.waitInUrl("/?done");
I.waitForText("FIND YOUR");
I.waitForElement("input[name='query']");
}
public async getJwt() {