Skip to content

Commit

Permalink
Update PageAdminTest to handle create/edit view tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
musimana committed Jul 16, 2024
1 parent 0bfe23f commit 2d26819
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 2d26819

Please sign in to comment.