We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f223a7 commit 3050089Copy full SHA for 3050089
.github/workflows/build.yml
@@ -237,7 +237,7 @@ jobs:
237
run: |
238
result=$(wget -O- -q http://127.0.0.1:4000/entities/project/28f8f49a-1aaf-4acc-93a9-203f3cf7ba62)
239
echo "$result"
240
- echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Test DSC-1819"
+ echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "TEST PROJECT"
241
242
# Get a specific orgunit in our test data and verify that the <meta name="title"> tag includes
243
# the name of the orgunit. If it does, then SSR is working.
0 commit comments