Commit c4ed1535 authored by catch's avatar catch
Browse files

Issue #3353092 by Spokje: [random test failure] Try to un-skip and fix...

Issue #3353092 by Spokje: [random test failure] Try to un-skip and fix ContextualLinksTest in context of [#3353085]

(cherry picked from commit 3e7279b0)
parent 01a584e6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ protected function setUp(): void {
   */
  public function testContextualLinks() {
    // Skipped due to frequent random test failures.
    $this->markTestSkipped();
    $page = $this->getSession()->getPage();

    $this->drupalGet('node/1/layout');
@@ -123,7 +122,6 @@ protected function addBlock($block_name) {
   * @internal
   */
  protected function assertCorrectContextualLinksInUi(): void {
    $this->markTestSkipped("Skipped temporarily for random fails.");
    $assert_session = $this->assertSession();
    $page = $this->getSession()->getPage();
    $this->assertNotEmpty($assert_session->waitForElementVisible('css', '.block-views-blocktest-block-view-block-2'));