mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
test(e2e): don't wait for text since its case-sensitive and different per browser...
This commit is contained in:
parent
6ef34b40ed
commit
517f4f962a
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- staging
|
||||
paths-ignore:
|
||||
- 'e2e/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
|
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
@ -12,7 +12,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
- autoimport
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user