diff --git a/packages/browser-tests/cypress/integration/console/topbar.spec.js b/packages/browser-tests/cypress/integration/console/topbar.spec.js index 514f905d7..cc533b206 100644 --- a/packages/browser-tests/cypress/integration/console/topbar.spec.js +++ b/packages/browser-tests/cypress/integration/console/topbar.spec.js @@ -49,20 +49,20 @@ describe("TopBar", () => { cy.getByDataHook("topbar-instance-edit-icon").should("be.visible"); cy.getByDataHook("topbar-instance-edit-icon").click(); cy.getByDataHook("topbar-instance-name-input").type("test-instance"); - cy.getByDataHook("topbar-instance-type-select").select("production"); + cy.getByDataHook("topbar-instance-type-select").select("testing"); cy.getByDataHook("topbar-instance-description-input").type( "test description of the test instance" ); cy.getByDataHook("topbar-instance-color-option-g").click(); cy.getByDataHook("topbar-instance-save-button").click(); cy.getByDataHook("topbar-instance-save-button").should("not.exist"); - cy.getByDataHook("topbar-instance-name").should("contain", "Production"); + cy.getByDataHook("topbar-instance-name").should("contain", "Testing"); cy.getByDataHook("topbar-instance-name").should("contain", "test-instance"); cy.getByDataHook("topbar-instance-icon").realHover(); cy.contains("test description of the test instance").should("be.visible"); - cy.contains( - "You are connected to a QuestDB instance for production" - ).should("be.visible"); + cy.contains("You are connected to a QuestDB instance for testing").should( + "be.visible" + ); }); }); diff --git a/packages/browser-tests/cypress/integration/console/warnings.spec.js b/packages/browser-tests/cypress/integration/console/warnings.spec.js index 1eff3ce12..424e0a473 100644 --- a/packages/browser-tests/cypress/integration/console/warnings.spec.js +++ b/packages/browser-tests/cypress/integration/console/warnings.spec.js @@ -19,14 +19,12 @@ describe("System configuration - 3 warnings", () => { before(() => { cy.loadConsoleWithAuth(true); - cy.getEditor().should("be.visible"); - cy.clearEditor(); [ "select simulate_warnings('UNSUPPORTED FILE SYSTEM', 'Unsupported file system [dir=/questdb/path/dbRoot, magic=0x6400A468]');", "select simulate_warnings('TOO MANY OPEN FILES', 'fs.file-max limit is too low [current=1024, recommended=1048576]');", "select simulate_warnings('OUT OF MMAP AREAS', 'vm.max_map_count limit is too low [current=4096, recommended=1048576]');", ].forEach((query) => { - cy.typeQueryDirectly(query).runLine().clearEditor(); + cy.execQuery(query); }); }); diff --git a/packages/browser-tests/questdb b/packages/browser-tests/questdb index 6b8141a81..4d30fe6c6 160000 --- a/packages/browser-tests/questdb +++ b/packages/browser-tests/questdb @@ -1 +1 @@ -Subproject commit 6b8141a819e8a50910fd1b6931a82d2a6ac8e1c6 +Subproject commit 4d30fe6c67d4c298cf579102df528e2aa048c35d