Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXUI-2039 - Ungrey back button #3807

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@angular/router": "^17.3.6",
"@angular/ssr": "^17.3.6",
"@edium/fsm": "^2.1.2",
"@hmcts/ccd-case-ui-toolkit": "7.0.49",
"@hmcts/ccd-case-ui-toolkit": "7.0.48-ungrey-back-button-2",
"@hmcts/ccpay-web-component": "6.2.1",
"@hmcts/frontend": "0.0.50-alpha",
"@hmcts/media-viewer": "4.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const UpdateFlagAddTranslationPage = require('./updateFlagAddTranslationPage')
class CaseFlagsWorkflow{

constructor(){
this.nextButton = element(by.xpath(`//button[contains(text(),'Next')]`))
this.nextButton = element(by.xpath(`//button[contains(text(),'Continue')]`))
this.pages = {
"Where should this flag be added?" : new SelectFlagLocationPage(),
"Select flag type" : new SelectFlagTypePage(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class SelectFlagTypePage {
constructor(flagType) {
this.container = $('ccd-select-flag-type')
this.container = element(by.xpath('//ccd-select-flag-type/div/fieldset'))

this.flagType = flagType;
this.fieldMapping = {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3382,12 +3382,12 @@ __metadata:
languageName: node
linkType: hard

"@hmcts/ccd-case-ui-toolkit@npm:7.0.49":
version: 7.0.49
resolution: "@hmcts/ccd-case-ui-toolkit@npm:7.0.49"
"@hmcts/ccd-case-ui-toolkit@npm:7.0.48-ungrey-back-button-2":
version: 7.0.48-ungrey-back-button-2
resolution: "@hmcts/ccd-case-ui-toolkit@npm:7.0.48-ungrey-back-button-2"
dependencies:
tslib: ^2.3.0
checksum: 49d0b48af9041d519636153c6312760c91768fd44428d39c21b06f32b57273562d280e61968813cf84c1d23a8b994ef2c0f5804b6c55e16f08361b05ce2c2b9e
checksum: a503dd0f6b15135b427f03d947d12032d38f2a8a68f43eb18bfd74e4afda9e2fd5128923aa2d683b33ce9356f0493c5f87f2a801c2f8a054f68d24afca960162
languageName: node
linkType: hard

Expand Down Expand Up @@ -21768,7 +21768,7 @@ __metadata:
"@angular/router": ^17.3.6
"@angular/ssr": ^17.3.6
"@edium/fsm": ^2.1.2
"@hmcts/ccd-case-ui-toolkit": 7.0.49
"@hmcts/ccd-case-ui-toolkit": 7.0.48-ungrey-back-button-2
"@hmcts/ccpay-web-component": 6.2.1
"@hmcts/frontend": 0.0.50-alpha
"@hmcts/media-viewer": 4.0.4
Expand Down