Skip to content

Commit

Permalink
update test to reflect the changed UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed May 2, 2024
1 parent bcd7c24 commit 2d9b012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Browser/QuickTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ public function testLoadsDefaultCodeOnClick(): void

$browser->mouseover("@settings-menu");
$browser->click("#default-code");
$browser->assertSee("Hello, PGE");
$browser->pause(100);
$browser->assertSee("class Example : public olc::PixelGameEngine");
});
}

Expand Down

0 comments on commit 2d9b012

Please sign in to comment.