Skip to content

Commit 7563940

Browse files
Nemo157syphar
authored andcommitted
Add gui-test for yanked badge
1 parent be58985 commit 7563940

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dockerfiles/run-gui-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cargo run -- database migrate
1818
cargo run -- build update-toolchain
1919
cargo run -- build crate sysinfo 0.23.4
2020
cargo run -- build crate sysinfo 0.23.5
21+
cargo run -- build crate libtest 0.0.1
2122
cargo run -- build add-essential-files
2223

2324
if [ -f .tmp.env ]; then

gui-tests/yanked.goml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go-to: |DOC_PATH| + "/releases/search?query=libtest"
2+
3+
assert-text: ("//*[contains(@class, 'release')]//*[contains(@class, 'name')][contains(text(), 'libtest-0.0.1')]", "Yanked", CONTAINS)

0 commit comments

Comments
 (0)