Skip to content

Commit

Permalink
Tests: Update about page acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Oct 10, 2021
1 parent f053150 commit 83b4f78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/tests/acceptance/settings/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ test.meta("testID", "about-001")("About page is displayed with all links", async
.ok()
.expect(Selector('a[href="https://github.com/photoprism/photoprism/projects/5"]').visible)
.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)
.ok()
.expect(Selector('a[href="/about/license"]').visible)
Expand Down

0 comments on commit 83b4f78

Please sign in to comment.