[Behat] Add wait for page reload#17764
Conversation
Wojdylak
commented
Mar 20, 2025
| Q | A |
|---|---|
| Branch? | 1.14 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | n/a |
| License | MIT |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Preview Environment deleted from BunnyshellAvailable commands:
|
7179ad3 to
b6bd041
Compare
| DriverHelper::waitForPageReload($this->getSession()); | ||
| return parent::getElement($name, $parameters); |
There was a problem hiding this comment.
| DriverHelper::waitForPageReload($this->getSession()); | |
| return parent::getElement($name, $parameters); | |
| DriverHelper::waitForPageReload($this->getSession()); | |
| return parent::getElement($name, $parameters); |
|
|
||
| use FriendsOfBehat\PageObjectExtension\Page\SymfonyPageInterface as BaseSymfonyPageInterface; | ||
|
|
||
| interface SymfonyPageInterface extends BaseSymfonyPageInterface |
There was a problem hiding this comment.
Do we need this interface?
…orPageToLoad (#17773) | Q | A |-----------------|----- | Branch? | 1.14 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file --> | Related tickets | after #17764 and #17771 | License | MIT <!-- - Bug fixes must be submitted against the 1.13 branch - Features and deprecations must be submitted against the 1.14 branch - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html -->