Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Cypress/E2E: Fix main menu spec (#6706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Baylon authored Oct 12, 2020
1 parent a131da8 commit 05dee99
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions e2e/cypress/integration/system_console/main_menu_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ describe('Main menu', () => {
// # click to open about modal
cy.findByText('About Mattermost').click();

// * Verify about.mattermost.com link text has correct link destination and opens in a new tab
verifyLink('about.mattermost.com', 'https://about.mattermost.com/');

// * Verify server link text has correct link destination and opens in a new tab
verifyLink('server', 'https://about.mattermost.com/platform-notice-txt/');

Expand All @@ -75,11 +72,8 @@ describe('Main menu', () => {
// * Verify version exists in modal
cy.findByText('Mattermost Version:').should('be.visible');

// * Verify build hash exists in modal
cy.findByText('Build Hash:').should('be.visible');

// * Verify build date exists in modal
cy.findByText('Build Date:').should('be.visible');
// * Verify licensed to exists in modal
cy.findByText('Licensed to:').should('be.visible');
});
});

0 comments on commit 05dee99

Please sign in to comment.