Skip to content

Commit b998745

Browse files
committed
Fixed fails of widget cases
1 parent 9373cd1 commit b998745

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

ui-tests/cypress/e2e/dashboard/feedback/ratings/widgets.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)