Skip to content

Commit 6cd0737

Browse files
cs fix
1 parent db363b8 commit 6cd0737

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
@@ -60,6 +60,7 @@ public function editDraft(string $contentDraftName)
6060
public function isDraftOnList(string $draftName): bool
6161
{
6262
$this->getHTMLPage()->setTimeout(5)->find($this->getLocator('table'))->mouseOver();
63+
6364
return $this->table->hasElement(['Name' => $draftName]);
6465
}
6566

0 commit comments

Comments
 (0)