Skip to content

Commit 43161a7

Browse files
authored
test fix - wikipedia article content changed
1 parent 52fdf11 commit 43161a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main-app/main-webapp/src/test/java/gt/app/frwk/SampleTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void test() {
2626

2727
$("[name=\"search\"]").pressEnter();
2828

29-
$("body").shouldHave(text("Computer Software"));
29+
$("body").shouldHave(text("Software"));
3030
}
3131

3232

0 commit comments

Comments
 (0)