Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fritsch committed Dec 18, 2024
1 parent df0da66 commit 8548e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/FunctionalJavascript/ThunderJavascriptTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ protected function assertPageTitle(string $expectedTitle): void {
protected function clickSave(): void {
$driver = $this->getSession()->getDriver();

$driver->click('//div[@data-drupal-selector="edit-actions"]/input[@data-drupal-selector="edit-submit"]');
$driver->click('//div[@data-drupal-selector="edit-gin-sticky-actions"]/input[@data-drupal-selector="gin-sticky-edit-submit"]');
}

}

0 comments on commit 8548e4a

Please sign in to comment.