Skip to content

Commit

Permalink
Merge pull request #139 from musimana/bugfix/FixBrowserTestsV11.10.0
Browse files Browse the repository at this point in the history
fix: Fix Browser Tests v11.10.0
  • Loading branch information
musimana authored Jul 16, 2024
2 parents 0bfe23f + 92820f5 commit 59fee2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/Browser/TestContent/Admin/PageAdminTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ public function testAdminPageEdit(): void
->loginAs($user)

->visit(new AdminEditPage($page))
->screenshotWholePage('admin-pages-edit-blank')
->screenshotWholePage('admin-pages-edit-content-blank')
->press('META DATA')
->screenshotWholePage('admin-pages-edit-metadata-blank')
->completeForm('form', $expected_array)
->screenshotWholePage('admin-pages-edit-filled')
->submitForm('form')
Expand Down
1 change: 0 additions & 1 deletion tests/Browser/TestContent/Guest/PrivacyPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function testPrivacyPageContentWithPageModel(): void

$this->browse(fn (Browser $browser) => $browser
->visit(new PageView($page))
->assertSee(strtoupper($page->getTitle()))
);
}
}

0 comments on commit 59fee2f

Please sign in to comment.