-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DTSCCI-1035 Setup Folder Structure For Page Objects (#5006)
* add exui event mixin for page objects in exui * add ccd-case-data model * add case filter page object * add setup for UI page objects and UI Step objects --------- Co-authored-by: rishikrsharma <[email protected]>
- Loading branch information
1 parent
75969df
commit b50f059
Showing
40 changed files
with
856 additions
and
62 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
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,16 @@ | ||
enum CaseEventsAPI { | ||
CREATE_CLAIM = 'CREATE_CLAIM', | ||
CREATE_CLAIM_SPEC = 'CREATE_CLAIM_SPEC', | ||
MANAGE_CONTACT_INFORMATION = 'MANAGE_CONTACT_INFORMATION', | ||
ADD_OR_AMEND_CLAIM_DOCUMENTS = 'ADD_OR_AMEND_CLAIM_DOCUMENTS', | ||
NOTIFY_DEFENDANT_OF_CLAIM = 'NOTIFY_DEFENDANT_OF_CLAIM', | ||
NOTIFY_DEFENDANT_OF_CLAIM_DETAILS = 'NOTIFY_DEFENDANT_OF_CLAIM_DETAILS', | ||
AMEND_PARTY_DETAILS = 'AMEND_PARTY_DETAILS', | ||
ACKNOWLEDGE_CLAIM = 'ACKNOWLEDGE_CLAIM', | ||
INFORM_AGREED_EXTENSION_DATE = 'INFORM_AGREED_EXTENSION_DATE', | ||
DEFENDANT_RESPONSE = 'DEFENDANT_RESPONSE', | ||
CLAIMANT_RESPONSE = 'CLAIMANT_RESPONSE', | ||
INITIATE_GENERAL_APPLICATION = 'INITIATE_GENERAL_APPLICATION', | ||
} | ||
|
||
export default CaseEventsAPI; |
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,13 @@ | ||
enum CaseEventsUI { | ||
CREATE_CLAIM = 'Create claim - Unspecified', | ||
CREATE_CLAIM_SPEC = 'Create claim - Specified', | ||
NOTIFY_DEFENDANT_OF_CLAIM = 'Notify claim', | ||
NOTIFY_DEFENDANT_OF_CLAIM_DETAILS = 'Notify claim details', | ||
ACKNOWLEDGE_CLAIM = 'Acknowledge claim', | ||
INFORM_AGREED_EXTENSION_DATE = 'Inform agreed 28 day extension', | ||
DEFENDANT_RESPONSE = 'Respond to claim', | ||
CLAIMANT_RESPONSE = 'View and respond to defence', | ||
INITIATE_GENERAL_APPLICATION = 'Make an application', | ||
} | ||
|
||
export default CaseEventsUI; |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.