File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
ui-tests/cypress/e2e/dashboard/feedback/ratings Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ jobs:
247247 runs-on : ubuntu-latest
248248
249249 strategy :
250+ fail-fast : false
250251 matrix :
251252 test_type : [dashboard, onboarding]
252253
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ describe('Create New Widget', () => {
352352 index : 0 ,
353353 question : widget . question ,
354354 internalName : widget . widgetName ,
355- pages : "/mrb, /test, /abcdefg " ,
355+ pages : "/homepage', '/shopping', '/checkout " ,
356356 isActive : true
357357 } ) ;
358358
@@ -449,7 +449,7 @@ describe('Create New Widget', () => {
449449 widgetsHelpers . typeAddUserConsentLinkText ( 1 , widget . secondConsentLinkText ) ;
450450 widgetsHelpers . typeAddUserConsentLinkUrl ( 1 , widget . secondConsentLinkUrl ) ;
451451 widgetsHelpers . typeButtonCallOut ( widget . buttonCallOut ) ;
452- // widgetsHelpers.clickNextStepButton();
452+ widgetsHelpers . clickNextStepButton ( ) ;
453453
454454 widgetsHelpers . selectRatingSymbol ( RATING_SYMBOLS . STARS ) ;
455455 widgetsHelpers . clickUploadCustomLogoRadioButton ( ) ;
You can’t perform that action at this time.
0 commit comments