test header button removal
This commit is contained in:
parent
e6ccc7ebe1
commit
f78ad5f968
1 changed files with 6 additions and 0 deletions
|
|
@ -81,5 +81,11 @@ pkgs.runCommand "tide-module-test" { } ''
|
|||
${pkgs.gnugrep}/bin/grep -F \
|
||||
"https://chat.whatsapp.com/FLdSwkdiChA9wvXxooUV9K" \
|
||||
${landingPage}/index.html
|
||||
if ${pkgs.gnugrep}/bin/grep -F \
|
||||
'class="button button--small"' \
|
||||
${landingPage}/index.html; then
|
||||
echo "unexpected small button in landing-page header" >&2
|
||||
exit 1
|
||||
fi
|
||||
touch "$out"
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue