Skip to content

Commit 8554cec

Browse files
committed
convert cypress files to typescript
1 parent 8434563 commit 8554cec

16 files changed

+28
-32
lines changed
File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('AcceptInvite', () => {
43
it('should let users accept an invite', () => {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('Billing', () => {
43
function stubBillingCalls() {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('Demo', () => {
43
it('should let users enter the demo dashboard', () => {

cypress/e2e/pages/ForgotPassword.spec.cy.js renamed to cypress/e2e/pages/ForgotPassword.spec.cy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('ForgotPassword', () => {
43
it('should let users request a reset link', () => {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('Login', () => {
43
it('should let users login with valid credentials', () => {

cypress/e2e/pages/RecoverAccount.spec.cy.js renamed to cypress/e2e/pages/RecoverAccount.spec.cy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('RecoverAccount', () => {
43
it('should let users log in with a recovery code', () => {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('Register', () => {
43
it('should let users register and create a new game', () => {

cypress/e2e/pages/ResetPassword.spec.cy.js renamed to cypress/e2e/pages/ResetPassword.spec.cy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('ResetPassword', () => {
43
it('should let users reset their password', () => {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types='cypress' />
21

32
describe('Verify2FA', () => {
43
it('should let 2fa users log in', () => {

0 commit comments

Comments
 (0)