Tests: Update about page acceptance test
This commit is contained in:
parent
f053150844
commit
83b4f783c3
1 changed files with 0 additions and 5 deletions
|
@ -18,11 +18,6 @@ test.meta("testID", "about-001")("About page is displayed with all links", async
|
||||||
.ok()
|
.ok()
|
||||||
.expect(Selector('a[href="https://github.com/photoprism/photoprism/projects/5"]').visible)
|
.expect(Selector('a[href="https://github.com/photoprism/photoprism/projects/5"]').visible)
|
||||||
.ok()
|
.ok()
|
||||||
.expect(
|
|
||||||
Selector('a[href="https://github.com/photoprism/photoprism/blob/develop/SPONSORS.md"]')
|
|
||||||
.visible
|
|
||||||
)
|
|
||||||
.ok()
|
|
||||||
.expect(Selector('a[href="https://docs.photoprism.org/"]').visible)
|
.expect(Selector('a[href="https://docs.photoprism.org/"]').visible)
|
||||||
.ok()
|
.ok()
|
||||||
.expect(Selector('a[href="/about/license"]').visible)
|
.expect(Selector('a[href="/about/license"]').visible)
|
||||||
|
|
Loading…
Reference in a new issue