Skip to content

Commit

Permalink
Merge pull request #204 from pepfar-datim/sortoverviewtabs-194
Browse files Browse the repository at this point in the history
Sortoverviewtabs 194
  • Loading branch information
jakub-bao authored Feb 10, 2021
2 parents 151bcc1 + ced50a7 commit 33d28a2
Show file tree
Hide file tree
Showing 7 changed files with 25,725 additions and 62 deletions.
25,756 changes: 25,720 additions & 36 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
]
},
"devDependencies": {
"cypress": "^3.7.0"
"cypress": "^3.8.3"
}
}
2 changes: 1 addition & 1 deletion testData/cors/cors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

import api

Expand Down
2 changes: 1 addition & 1 deletion testData/dataStore/dataStore.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

import api

Expand Down
2 changes: 1 addition & 1 deletion testData/mechanisms/submitMechanisms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

import api

Expand Down
2 changes: 1 addition & 1 deletion testData/users/persistUsers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

import api
import json
Expand Down
21 changes: 0 additions & 21 deletions testData/users/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@
"phoneNumber": "20932-0923-0",
"email": "[email protected]",
"userGroups": [
{
"id": "PG1DgIPvH8T"
},
{
"id": "TRBfaInIiOK"
},
Expand Down Expand Up @@ -287,9 +284,6 @@
{
"id": "M9Uer9SioL7"
},
{
"id": "HLJlUST9Beb"
},
{
"id": "TRBfaInIiOK"
},
Expand Down Expand Up @@ -396,9 +390,6 @@
"phoneNumber": "23-032-0239",
"email": "[email protected]",
"userGroups": [
{
"id": "vRgSmygNu7r"
},
{
"id": "M9Uer9SioL7"
},
Expand Down Expand Up @@ -636,9 +627,6 @@
{
"id": "nArTNoncIZZ"
},
{
"id": "Z67RKj0UUx6"
},
{
"id": "CwFniyubXbx"
}
Expand Down Expand Up @@ -745,9 +733,6 @@
{
"id": "M9Uer9SioL7"
},
{
"id": "y4kPXXeNzxe"
},
{
"id": "OoiLAfMTyMx"
},
Expand Down Expand Up @@ -860,9 +845,6 @@
{
"id": "L4HSHUCsl1f"
},
{
"id": "h93bKJSVKyC"
},
{
"id": "c6hGi8GEZot"
}
Expand Down Expand Up @@ -984,9 +966,6 @@
{
"id": "M9Uer9SioL7"
},
{
"id": "vTUZSYiSom4"
},
{
"id": "OoiLAfMTyMx"
},
Expand Down

0 comments on commit 33d28a2

Please sign in to comment.