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 db363b8 commit 6cd0737Copy full SHA for 6cd0737
src/lib/Behat/Page/DashboardPage.php
@@ -60,6 +60,7 @@ public function editDraft(string $contentDraftName)
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