diff --git a/e2e/parallel-structures.e2e-spec.ts b/e2e/parallel-structures.e2e-spec.ts
index 5c4fafa5572f3f90a35b94cbbdbcd45eed4317ed..d2856d31b2e1de045d86a82ce3eb6a4fc2f03818 100644
--- a/e2e/parallel-structures.e2e-spec.ts
+++ b/e2e/parallel-structures.e2e-spec.ts
@@ -31,9 +31,9 @@ describe("Parallel structures - ", () => {
                 await browser.pause(200);
         });
 
-        it("check calculated parameter remains the same when copying a structure", async () => {
-                // open "fish ladder: cross walls" calculator
-                await openCalculator(10, navBar, listPage);
+    it("check calculated parameter remains the same when copying a structure", async () => {
+        // open "fish ladder: cross walls" calculator
+        await openCalculator(10, navBar, listPage);
 
                 // check L in first structure calc toggle is not checked
                 const L1 = await calcPage.getInputById("0_L");