diff --git a/spec/javascripts/stimulus/bulk_form_controller_test.js b/spec/javascripts/stimulus/bulk_form_controller_test.js index 2f1e8ea429..b99e24d581 100644 --- a/spec/javascripts/stimulus/bulk_form_controller_test.js +++ b/spec/javascripts/stimulus/bulk_form_controller_test.js @@ -33,19 +33,21 @@ describe("BulkFormController", () => {
-
- - - - -
-
- -
- + +
+ + + + +
+
+ +
+ +
`; }); @@ -104,13 +106,15 @@ describe("BulkFormController", () => { beforeEach(() => { document.body.innerHTML = `
-
- -
- + +
+ +
+ +
`; }); @@ -131,13 +135,15 @@ describe("BulkFormController", () => { beforeEach(() => { document.body.innerHTML = `
-
- -
- + +
+ +
+ +
`; }); @@ -221,13 +227,15 @@ describe("BulkFormController", () => { beforeEach(() => { document.body.innerHTML = `
-
- An error occurred. - -
-
- -
+ +
+ An error occurred. + +
+
+ +
+
`; @@ -258,16 +266,18 @@ describe("BulkFormController", () => { beforeEach(() => { document.body.innerHTML = `
- - - -
- -
- + +
+ + +
+
+ +
+ +
`; });