Tests: Update acceptance test
This commit is contained in:
parent
e14f788e14
commit
97c5430d30
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ test.meta("testID", "about-001").meta({ mode: "public" })(
|
|||
await t
|
||||
.expect(Selector('a[href="https://photoprism.app/"]').visible)
|
||||
.ok()
|
||||
.expect(Selector('a[href="https://link.photoprism.app/membership"]').visible)
|
||||
.expect(Selector('a[href="https://link.photoprism.app/membership"]').exists)
|
||||
.ok();
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue