Skip to content

Commit 7702d93

Browse files
author
barbaragr
committed
Revert "Added wait until button is loaded"
This reverts commit d81a562.
1 parent d81a562 commit 7702d93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/Behat/Component/CreateUrlAliasModal.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
use Behat\Mink\Session;
1111
use Ibexa\Behat\Browser\Component\Component;
12-
use Ibexa\Behat\Browser\Element\Condition\ElementTransitionHasEndedCondition;
1312
use Ibexa\Behat\Browser\Locator\VisibleCSSLocator;
1413

1514
final class CreateUrlAliasModal extends Component
@@ -37,8 +36,6 @@ public function createNewUrlAlias(string $path, string $languageName, bool $redi
3736
if ($redirect !== $redirectToggleState->hasClass('ibexa-toggle--is-checked')) {
3837
$this->getHTMLPage()->find($this->getLocator('redirectToggle'))->click();
3938
}
40-
41-
$this->getHTMLPage()->waitUntilCondition(new ElementTransitionHasEndedCondition($this->getHTMLPage(), $this->getLocator('createButton')));
4239
$this->getHTMLPage()->find($this->getLocator('createButton'))->click();
4340
}
4441

0 commit comments

Comments
 (0)