Skip to content

Commit

Permalink
EWPP-000: Amend.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza committed Jan 3, 2023
1 parent 5c304c1 commit 6728a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cweagans/composer-patches": "~1.4",
"drupal/contact_storage": "^1.3",
"drupal/contact_storage_export": "^1.14",
"drupal/core": "~9.4",
"drupal/core": "^9.3",
"drupal/csv_serialization": "^2.0",
"drupal/multivalue_form_element": "^1.0.0-beta5",
"drupal/token": "^1.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ protected function fillCoreContactFields(): void {

$page->fillField('label', 'Test form');
$page->fillField('recipients', '[email protected]');
sleep(10);
// Overcome machine name not being accessible.
$this->getSession()->executeScript('jQuery("#edit-id").val("oe_corporate_form");');
}
Expand Down

0 comments on commit 6728a6e

Please sign in to comment.