Skip to content
Snippets Groups Projects
Commit 23735ff1 authored by Tim Rohaly's avatar Tim Rohaly
Browse files

Issue #3458065 by vishalkhode: Fix Javascript test failure

parent 2791e122
No related branches found
No related tags found
No related merge requests found
Pipeline #217073 failed
......@@ -61,7 +61,7 @@ class EventBundleTest extends WebDriverTestBase {
$page = $this->getSession()->getPage();
$page->fillField('label', 'Test bundle selection Ajax rule');
// The machine name field should be automatically filled via Ajax.
$assert->assertWaitOnAjaxRequest();
$assert->waitForElementVisible('css', '.machine-name-value');
// Select the "After saving a new taxonomy term" event.
$page->findField('events[0][event_name]')->selectOption('rules_entity_insert:taxonomy_term');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment