Skip to content

Commit

Permalink
Continue e2e-tests.See #298.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPause authored and KonradHoeffner committed Oct 1, 2020
1 parent f9f367a commit 769f88e
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions cypress/integration/snikUiTest1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,15 @@ describe('My First Test', () =>
it('finds the contents of the menu', () =>
{
cy.visit('./index.html');

cy.wait(8000);
cy.contains('File').click();

cy.contains('Filter').click();

//cy.contains('Options').click();

//cy.contains('Layout').click();

//cy.contains('Services').click();

//cy.contains('Language').click();

cy.contains('Options').click();
cy.get('.dropdown-menu').contains('Layout').click();
cy.contains('Services').click();
cy.contains('Language').click();
//cy.contains('german').click();
cy.contains('Help').click();
//cy.contains('Manual').click();
//cy.url().should('include','/manual.html');
});

it('tests the search field', () =>
Expand All @@ -36,8 +29,6 @@ describe('Golden Layout Test', ()=>
{
it('open new Tab, rename it and go back to start', () =>
{
cy.visit('./index.html');
cy.contains('File').click();
cy.get('.addsign').click();
//cy.wait(2000);
cy.get('.dropdown-menu').contains('Layout').click();
Expand All @@ -49,7 +40,6 @@ describe('Zoom test', () =>
{
it('zoom in and zoom out in the Gesamtmodell', () =>
{
cy.visit('./index.html');
//Zoom in
cy.get('.plussign')
.click()
Expand Down

0 comments on commit 769f88e

Please sign in to comment.