Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Feb 20, 2024
1 parent 4ec078c commit 51a8cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Behat/Page/UserSettingsPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function disableAutosave(): void
{
$this->contentActionsMenu->verifyIsLoaded();
$this->getHTMLPage()->find($this->getLocator('autosaveDraftValueDropdown'))->click();
$this->ibexaDropdown->selectOption('disabled');
$this->ibexaDropdown->selectOption('Disabled');
}

protected function getRoute(): string
Expand Down

0 comments on commit 51a8cc0

Please sign in to comment.