Skip to content

Commit

Permalink
test(interactions): add test boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
mnzaki committed Sep 12, 2019
1 parent 57b89e8 commit 5a90cf1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/02_interactions/01_payment.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
describe('Payment', () => {
describe('Payment Screen', () => {
})
})
4 changes: 4 additions & 0 deletions e2e/02_interactions/02_authentication.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
describe('Authentication', () => {
describe('Authentication Screen', () => {
})
})
4 changes: 4 additions & 0 deletions e2e/02_interactions/03_credential_request.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
describe('Credential Request', () => {
describe('Credential Request Screen', () => {
})
})
4 changes: 4 additions & 0 deletions e2e/02_interactions/04_credential_offer.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
describe('Credential Offer', () => {
describe('Credential Offer Screen', () => {
})
})
2 changes: 2 additions & 0 deletions e2e/02_interactions/05_errors.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
describe('Interaction Errors', () => {
})

0 comments on commit 5a90cf1

Please sign in to comment.