Loading core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,7 @@ public function testWidth(string $width): void { $image = $this->getTestFiles('image')[0]; $image_upload_field->attachFile($this->container->get('file_system')->realpath($image->uri)); $assert_session->assertWaitOnAjaxRequest(); $assert_session->waitForElementVisible('css', '.figure.image'); $this->assertNotEmpty($assert_session->waitForElementVisible('css', 'figure.image')); // Edit the source of the image through the UI. $page->pressButton('Source'); Loading Loading
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,7 @@ public function testWidth(string $width): void { $image = $this->getTestFiles('image')[0]; $image_upload_field->attachFile($this->container->get('file_system')->realpath($image->uri)); $assert_session->assertWaitOnAjaxRequest(); $assert_session->waitForElementVisible('css', '.figure.image'); $this->assertNotEmpty($assert_session->waitForElementVisible('css', 'figure.image')); // Edit the source of the image through the UI. $page->pressButton('Source'); Loading