-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
too much logic too deep with this setup...
- Loading branch information
1 parent
6b1b027
commit 1075381
Showing
6 changed files
with
170 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"testComment": "Active CMS users (readonlys, reviewers, and admins) should see/not see the same columns.", | ||
"relatedStories": [ | ||
"oy2-13095: Package Dashboard - Column Picker" | ||
], | ||
"idColumn": { | ||
"id": "#componentIdColHeader", | ||
"spaTabLabel": "SPA ID", | ||
"waiverTabLabel": "Waiver Number", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": false | ||
}, | ||
"dataColumns": [ | ||
{ | ||
"id": "#territoryColHeader", | ||
"label": "State", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#componentTypeColHeader", | ||
"label": "Type", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#packageStatusColHeader", | ||
"label": "Status", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#submissionTimestampColHeader", | ||
"label": "Initial Submission", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#latestRaiResponseTimestampColHeader", | ||
"label": "Formal RAI Response", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#submitterColHeader", | ||
"label": "Submitted By", | ||
"defaultState": "not.be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "be.visible" | ||
}, | ||
{ | ||
"id": "#cpocNameColHeader", | ||
"label": "CPOC Name", | ||
"defaultState": "not.be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "be.visible" | ||
}, | ||
{ | ||
"id": "#packageActionsColHeader", | ||
"label": "Actions", | ||
"defaultState": "not.be.visible", | ||
"hasCheckbox": false | ||
} | ||
] | ||
} |
115 changes: 65 additions & 50 deletions
115
tests/cypress/fixtures/dashboard/stateuser-columns.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,71 @@ | ||
{ | ||
"testComment": "Active state users (both submitters and admins) should see/not see the same columns.", | ||
"columns": [{ | ||
"relatedStories": [ | ||
"oy2-13095: Package Dashboard - Column Picker", | ||
"OY2-3525: State User can view columns in a table on Dashboard" | ||
], | ||
"idColumn": { | ||
"id": "#componentIdColHeader", | ||
"label": "SPA ID", | ||
"spaTabLabel": "SPA ID", | ||
"waiverTabLabel": "Waiver Number", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": false | ||
},{ | ||
"id": "#componentTypeColHeader", | ||
"label": "Type", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
},{ | ||
"id": "#packageStatusColHeader", | ||
"label": "Status", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
},{ | ||
"id": "#submissionTimestampColHeader", | ||
"label": "Initial Submission", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
},{ | ||
"id": "#latestRaiResponseTimestampColHeader", | ||
"label": "Formal RAI Response", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
},{ | ||
"id": "#submitterColHeader", | ||
"label": "Submitted By", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
},{ | ||
"id": "#territoryColHeader", | ||
"label": "State", | ||
"defaultState": "not.be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "be.visible" | ||
},{ | ||
"id": "#cpocNameColHeader", | ||
"label": "CPOC Name", | ||
"defaultState": "not.be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "be.visible" | ||
},{ | ||
"id": "#packageActionsColHeader", | ||
"label": "Actions", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": false | ||
}] | ||
}, | ||
"dataColumns": [ | ||
{ | ||
"id": "#componentTypeColHeader", | ||
"label": "Type", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#packageStatusColHeader", | ||
"label": "Status", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#submissionTimestampColHeader", | ||
"label": "Initial Submission", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#latestRaiResponseTimestampColHeader", | ||
"label": "Formal RAI Response", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#submitterColHeader", | ||
"label": "Submitted By", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "not.be.visible" | ||
}, | ||
{ | ||
"id": "#territoryColHeader", | ||
"label": "State", | ||
"defaultState": "not.be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "be.visible" | ||
}, | ||
{ | ||
"id": "#cpocNameColHeader", | ||
"label": "CPOC Name", | ||
"defaultState": "not.be.visible", | ||
"hasCheckbox": true, | ||
"toggleState": "be.visible" | ||
}, | ||
{ | ||
"id": "#packageActionsColHeader", | ||
"label": "Actions", | ||
"defaultState": "be.visible", | ||
"hasCheckbox": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters