Skip to content

Commit

Permalink
fixing github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 17, 2024
1 parent f0cf900 commit 0340b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Browser/EnvBar/GitHubProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public function see_release(): void

$this->browse(function (Browser $browser): void {
$browser->visit('/')
->waitForText('Latest Gitbub Release')
->assertSee('Latest Gitbub Release')
->waitForText('Latest Github Release')
->assertSee('Latest Github Release')
->assertSee('v1.0.0');
});
}
Expand Down

0 comments on commit 0340b53

Please sign in to comment.