Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 18, 2022
1 parent a86f15a commit e711cd9
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -57,6 +57,9 @@ public function testGridButtons(): void
$web->get($url);
$web->wait(5)->until(WebDriverExpectedCondition::urlIs($url));

$web->dismissModal();
$web->dismissModal();

// Resend Email
$resendEmail = $web->findElement(WebDriverBy::cssSelector('#failedemail-grid tbody tr:first-child [data-contentfile="resend_form"]'));
$resendEmail->click();
Expand Down

0 comments on commit e711cd9

Please sign in to comment.