Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Apr 19, 2024
1 parent b7b2cc3 commit 00ac046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ public function testSplitTwice() {
// Make split of created text paragraph.
$this->setEditorSelection($ck_editor_id_1, 'third');
$this->clickParagraphSplitButton($ck_editor_id_1);
sleep(20);

$ck_editor_id_2 = $this->getCkEditorId(2);
static::assertEquals(
$paragraph_content_0,
Expand Down

0 comments on commit 00ac046

Please sign in to comment.