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 d90f417 commit e125c1f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -149,6 +149,8 @@ public function testMassiveActions(): void
$web->get($url);
$web->wait(5)->until(WebDriverExpectedCondition::urlIs($url));

sleep(1);

// Massive action Resend Email
$checkboxAll = $web->findElement(WebDriverBy::cssSelector('#failedemail-grid .checkbox-column [name="id_all"]'));
$checkboxAll->click();
Expand Down

0 comments on commit e125c1f

Please sign in to comment.