Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsandapps committed Nov 15, 2023
1 parent 7e46eae commit 6d1ea27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ describe('Overlay Controllers', () => {
cy.get('ion-modal app-dialog-content').should('be.visible');
});

it('should present a picker', () => {
cy.get('button#open-picker').click();

cy.get('ion-picker .picker-button').should('be.visible');
});

it('should present a popover', () => {
cy.get('button#open-popover').click();

Expand Down

This file was deleted.

0 comments on commit 6d1ea27

Please sign in to comment.