Skip to content

Commit 3050089

Browse files
Update test to check for "TEST PROJECT" in meta title
1 parent 6f223a7 commit 3050089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
run: |
238238
result=$(wget -O- -q http://127.0.0.1:4000/entities/project/28f8f49a-1aaf-4acc-93a9-203f3cf7ba62)
239239
echo "$result"
240-
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Test DSC-1819"
240+
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "TEST PROJECT"
241241
242242
# Get a specific orgunit in our test data and verify that the <meta name="title"> tag includes
243243
# the name of the orgunit. If it does, then SSR is working.

0 commit comments

Comments
 (0)