From 00ac046537960e4ca7fa58eb5c8f1900b27d1eed Mon Sep 17 00:00:00 2001 From: Volker Killesreiter Date: Fri, 19 Apr 2024 09:07:23 +0200 Subject: [PATCH] remove sleep --- .../FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php b/tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php index d765d82..fd4489e 100644 --- a/tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php +++ b/tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php @@ -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,