Tests: Adapt acceptance tests to changes

This commit is contained in:
theresa 2022-01-05 13:06:28 +01:00
parent f6af9f7340
commit a1ee2c4d6c

View file

@ -10,8 +10,6 @@ test.meta("testID", "about-001")("About page is displayed with all links", async
await t
.click(Selector(".nav-settings + div"))
.click(Selector(".nav-about"))
.expect(Selector("h2").withText("Trademarks").visible)
.ok()
.expect(Selector('a[href="https://photoprism.app/"]').visible)
.ok()
.expect(Selector('a[href="https://www.patreon.com/photoprism"]').visible)