Skip to content

Commit

Permalink
[TEST] Add timeout to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzog committed Nov 6, 2024
1 parent 164ee06 commit 5800130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Browser/PublishChangedContentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public function testChangedPageContentCanBePublished(): void
WebDriverBy::cssSelector('[data-action="opendirtypropertieslistcontainer"]'),
);
$info->click();
// Workaround
sleep(2);
self::assertPageContains($driver, '1b.1 Header - changed');
});

Expand Down

0 comments on commit 5800130

Please sign in to comment.