We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ba14f commit 2ace325Copy full SHA for 2ace325
src/lib/Behat/Page/UserSettingsPage.php
@@ -110,13 +110,15 @@ public function disableHelpCenter(): void
110
{
111
$this->contentActionsMenu->verifyIsLoaded();
112
$this->getHTMLPage()->find($this->getLocator('helpCenterValueDropdown'))->click();
113
+ $this->ibexaDropdown->verifyIsLoaded();
114
$this->ibexaDropdown->selectOption('Disabled');
115
}
116
117
public function enableHelpCenter(): void
118
119
120
121
122
$this->ibexaDropdown->selectOption('Enabled');
123
124
0 commit comments