Skip to content

Commit

Permalink
Revert "Revert "Revert "Skip Stripe tests"" (#988)" (#989)
Browse files Browse the repository at this point in the history
This reverts commit 24b3859.
  • Loading branch information
KarinG authored Sep 4, 2024
1 parent bd01a3e commit 8f3865d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/FunctionalJavascript/StripeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ protected function setUp(): void {
* Verifies the payment with 1 contribution and 2 line item amounts.
*/
public function testSubmitContribution() {
$this->markTestSkipped('Test Keys Expired.');
$this->drupalLogin($this->adminUser);
$this->drupalGet(Url::fromRoute('entity.webform.civicrm', [
'webform' => $this->webform->id(),
Expand Down Expand Up @@ -78,7 +77,6 @@ public function testSubmitContribution() {
* Test webform submission using stripe processor with AJAX enabled.
*/
public function testAjaxSubmitContribution() {
$this->markTestSkipped('Test Keys Expired.');
// Stripe payment logs a console ajax error.
$this->failOnJavascriptConsoleErrors = FALSE;

Expand Down

0 comments on commit 8f3865d

Please sign in to comment.