diff --git a/cypress/e2e/laboratory-preflight-script.cy.ts b/cypress/e2e/laboratory-preflight-script.cy.ts
index c278a6ec27..551f66e6f9 100644
--- a/cypress/e2e/laboratory-preflight-script.cy.ts
+++ b/cypress/e2e/laboratory-preflight-script.cy.ts
@@ -1,7 +1,7 @@
import { dedent } from '../support/testkit';
const selectors = {
- buttonPreflightScript: '[aria-label*="Preflight Script"]',
+ buttonPreflight: '[aria-label*="Preflight Script"]',
buttonModalCy: 'preflight-script-modal-button',
buttonToggleCy: 'toggle-preflight-script',
buttonHeaders: '[data-name="headers"]',
@@ -27,7 +27,7 @@ beforeEach(() => {
cy.setCookie('sRefreshToken', refreshToken);
data.slug = slug;
cy.visit(`/${slug}/laboratory`);
- cy.get(selectors.buttonPreflightScript).click();
+ cy.get(selectors.buttonPreflight).click();
});
});
});
@@ -60,7 +60,7 @@ describe('Laboratory > Preflight Script', () => {
it('regression: loads even if local storage is set to {}', () => {
window.localStorage.setItem('hive:laboratory:environment', '{}');
cy.visit(`/${data.slug}/laboratory`);
- cy.get(selectors.buttonPreflightScript).click();
+ cy.get(selectors.buttonPreflight).click();
});
it('mini script editor is read only', () => {
cy.dataCy('toggle-preflight-script').click();
diff --git a/packages/web/app/preflight-worker-embed.html b/packages/web/app/preflight-worker-embed.html
index b808dba547..8b8a3b00ba 100644
--- a/packages/web/app/preflight-worker-embed.html
+++ b/packages/web/app/preflight-worker-embed.html
@@ -8,6 +8,6 @@
I like turtles
Wheatherboi
-
+