Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/cubejs-testing/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ export default defineConfig({
baseUrl: 'http://localhost:3080',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
// set optimal values for the number of tests kept in memory
numTestsKeptInMemory: 10,
experimentalMemoryManagement: true,
});
8 changes: 0 additions & 8 deletions packages/cubejs-testing/cypress/e2e/rollup-designer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
import { ordersCountQuery } from "../queries";

context("Playground: Rollup Designer", () => {
beforeEach(() => {
cy.restoreLocalStorage();
});

afterEach(() => {
cy.saveLocalStorage();
});

describe("Opens the Rollup Designer modal", () => {
it("opens the Rollup Designer without running a query", () => {
cy.setQuery(ordersCountQuery);
Expand Down
Loading