Commit b686f2b9 authored by catch's avatar catch
Browse files

fix: #3566844 [random test failure] MediaTest::testTranslationAlt

By: kentr
By: dww
By: mstrelan
(cherry picked from commit d5c8096d)
parent bec2d458
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -582,7 +582,7 @@ public function testTranslationAlt(): void {
    $this->assertNotEmpty($assert_session->waitForElementVisible('xpath', '//img[contains(@alt, "' . $qui_est_zartan . '")]'));
    $this->getSession()->switchToIFrame();
    $page->pressButton('Save');
    $assert_session->elementExists('xpath', '//img[contains(@alt, "' . $qui_est_zartan . '")]');
    $this->assertNotEmpty($assert_session->waitForElementVisible('xpath', '//img[contains(@alt, "' . $qui_est_zartan . '")]'));
  }

  /**