Skip to content

Commit

Permalink
Update pos-login.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
josephguillaume authored and angelo-v committed Mar 1, 2024
1 parent 0ed4afe commit 36e8f67
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions elements/src/components/pos-login/pos-login.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ describe('pos-login', () => {
<ion-button>
Login
</ion-button>
<pos-dialog>
<span slot="title">
Please enter your Identity Provider URL
</span>
<pos-login-form slot="content"></pos-login-form>
</pos-dialog>
</mock:shadow-root>
</pos-login>
`);
Expand All @@ -42,6 +48,12 @@ describe('pos-login', () => {
<ion-button>
Logout
</ion-button>
<pos-dialog>
<span slot="title">
Please enter your Identity Provider URL
</span>
<pos-login-form slot="content"></pos-login-form>
</pos-dialog>
</mock:shadow-root>
</pos-login>
`);
Expand Down

0 comments on commit 36e8f67

Please sign in to comment.