Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 30, 2023
1 parent 0e085c5 commit c285d9f
Show file tree
Hide file tree
Showing 6 changed files with 1,109 additions and 698 deletions.
14 changes: 14 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { defineConfig } from 'cypress';

export default defineConfig({
projectId: 't2rgkz',
includeShadowDom: true,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
// setupNodeEvents(on, config) {
// return require('./cypress/plugins/index.сjs')(on, config)
// },
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}'
}
});
4 changes: 0 additions & 4 deletions cypress.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
describe('Single model', () => {
it('Visits discovery server', () => {
cy.visit('localhost:8124');
});

it('Has model name', () => {
cy.visit('localhost:8124');
cy.contains('Single model');
});

it('Opens report page', () => {
cy.visit('localhost:8124');
cy.contains('Make report').click();
cy.get('input').should('have.attr', 'placeholder', 'Untitled report');
});
Expand Down
File renamed without changes.
Loading

0 comments on commit c285d9f

Please sign in to comment.