We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4f181 commit 9e819deCopy full SHA for 9e819de
tests/test.bats
@@ -143,12 +143,19 @@ check_drupal_admin_access() {
143
run check_assistant_is_installed
144
echo "$output" >&3
145
[ "$status" -eq 0 ]
146
- check_services >&3
147
- check_project_browse >&3
148
- ## Todo Make this test work
149
- # check_drupal_admin_access >&3
150
151
+# run check_services
+# echo "$output" >&3
+# [ "$status" -eq 0 ]
+#
152
+# run check_project_browse
153
154
155
156
+# run check_drupal_admin_access
157
158
159
}
160
161
@test "install from release" {
0 commit comments