Skip to content

[cypress] beforeEach and before hooks need refactoring #400

@duncdrum

Description

@duncdrum
beforeEach('IDE', function(){
      cy.visit('/')
        .get('#theia-top-panel', {timeout: 60000})
        .should('be.visible')
        .get('.theia-preload').should('not.exist');
    })

is superflous to run before each test in tree_spec,js and eval_panel.js once should be enough, or does it do something meaningful that i m not getting?

Metadata

Metadata

Assignees

No one assigned

    Labels

    testAnything related to testing the extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions