Skip to content

Commit

Permalink
Debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
johanib committed Oct 30, 2024
1 parent a7627e8 commit 793a0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webtests/EditServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function test_privacy_questions_admin_toggle()
$form->setValues($formData);
self::$pantherClient->executeScript("document.getElementsByClassName('service-form').item(0).submit();");
self::$pantherClient->wait(3);
self::$pantherClient->takeScreenshot('var/ss.png');
self::$pantherClient->takeScreenshot('spdashboard/var/ss.png');
self::assertOnPage('Your changes were saved!');

// Step 2: Surfnet can't access the privacy questions
Expand Down

0 comments on commit 793a0c1

Please sign in to comment.