Skip to content

Commit

Permalink
fixtures weren't getting added to online repo!
Browse files Browse the repository at this point in the history
  • Loading branch information
kristin-at-theta committed Oct 13, 2023
1 parent 820daca commit c65f0e4
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ tests/cypress/node_modules
node_modules
tests/cypress/videos
tests/cypress/screenshots
tests/cypress/fixtures/*
tests/cypress/fixtures/savedID.json
4 changes: 4 additions & 0 deletions tests/cypress/fixtures/user-roles/cmsreadonly-active.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}
4 changes: 4 additions & 0 deletions tests/cypress/fixtures/user-roles/cmsreviewer-active.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}
4 changes: 4 additions & 0 deletions tests/cypress/fixtures/user-roles/cmsroleapprover-active.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}
4 changes: 4 additions & 0 deletions tests/cypress/fixtures/user-roles/cmsroleapprover-denied.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}
4 changes: 4 additions & 0 deletions tests/cypress/fixtures/user-roles/helpdesk-active.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}
4 changes: 4 additions & 0 deletions tests/cypress/fixtures/user-roles/statesubmitter-active.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}
4 changes: 4 additions & 0 deletions tests/cypress/fixtures/user-roles/systemadmin-active.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "[email protected]",
"word": "Passw0rd!"
}

0 comments on commit c65f0e4

Please sign in to comment.