Skip to content

Commit

Permalink
Update StripeTest.php - logout user
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Oct 2, 2024
1 parent 3630b43 commit ad6ecdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/FunctionalJavascript/StripeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public function testSubmitContribution() {
]));
$this->setUpSettings();

$this->drupalLogout();

$this->drupalGet($this->webform->toUrl('canonical'));
$this->assertPageNoErrorMessages();
$edit = [
Expand Down

0 comments on commit ad6ecdf

Please sign in to comment.