We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb919b commit db363b8Copy full SHA for db363b8
src/lib/Behat/Page/DashboardPage.php
@@ -59,6 +59,7 @@ public function editDraft(string $contentDraftName)
59
60
public function isDraftOnList(string $draftName): bool
61
{
62
+ $this->getHTMLPage()->setTimeout(5)->find($this->getLocator('table'))->mouseOver();
63
return $this->table->hasElement(['Name' => $draftName]);
64
}
65
0 commit comments