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 0879a75 commit a452ccfCopy full SHA for a452ccf
src/lib/Behat/Page/DashboardPage.php
@@ -59,6 +59,8 @@ 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
+
64
return $this->table->hasElement(['Name' => $draftName]);
65
}
66
0 commit comments