Skip to content

Commit db363b8

Browse files
[Behat] Fix for no draft on draft list
1 parent dbb919b commit db363b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Behat/Page/DashboardPage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function editDraft(string $contentDraftName)
5959

6060
public function isDraftOnList(string $draftName): bool
6161
{
62+
$this->getHTMLPage()->setTimeout(5)->find($this->getLocator('table'))->mouseOver();
6263
return $this->table->hasElement(['Name' => $draftName]);
6364
}
6465

0 commit comments

Comments
 (0)