diff --git a/templates/confirm-email.html b/templates/confirm-email.html index 6bd0ce6ad8..49c1ad15a5 100644 --- a/templates/confirm-email.html +++ b/templates/confirm-email.html @@ -29,12 +29,12 @@

{{ conten "variants": 'timer', "classes": "ons-u-mt-xl", "attributes": { - "data-qa": "btn-submit", - "data-ga-category": "Button", - "data-ga-action": "Submit", - "data-ga-label": "Confirm", - "data-ga-page": "Confirmation Email", - "data-ga": "click", + "data-qa": "btn-submit", + "data-ga-category": "Button", + "data-ga-action": "Submit", + "data-ga-label": "Confirm", + "data-ga-page": "Confirmation Email", + "data-ga": "click", } }) }} diff --git a/tests/functional/spec/checkbox.spec.js b/tests/functional/spec/checkbox.spec.js index e0892dbc86..e3785dde80 100644 --- a/tests/functional/spec/checkbox.spec.js +++ b/tests/functional/spec/checkbox.spec.js @@ -49,7 +49,7 @@ describe('Checkbox with "other" option', () => { ); }); - it("Given a mandatory checkbox answer, when there is an error on the page for other field and I enter valid value and submit page, then the error is cleared and I navigate to next page.s", async () => { + it("Given a mandatory checkbox answer, when there is an error on the page for other field and I enter valid value and submit page, then the error is cleared and I navigate to next page.", async () => { await $(MandatoryCheckboxPage.other()).click(); await click(MandatoryCheckboxPage.submit()); await expect(await $(MandatoryCheckboxPage.error()).isDisplayed()).toBe(true);