Skip to content

Commit

Permalink
feat: write an example test for the admin page of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Jan 20, 2025
1 parent 672cab7 commit 0d9abee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions admin/tests/example.cy.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// <reference types="cypress" />

describe('Config Sync', () => {
it('Check that admin page renders correctly', () => {
cy.login();
cy.navigateToAdminPage();

cy.contains('Welcome to Boilerplate')
});
});

0 comments on commit 0d9abee

Please sign in to comment.