-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6737d8f
commit 77a87c8
Showing
12 changed files
with
91 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/// <reference types="cypress" /> | ||
|
||
import { CY } from '../../utils/common' | ||
|
||
describe(`Test header navigation menu function, Env: ${CY.cfg}`, | ||
{ tags: '@assetAudioLicence', env: { visitBaseUrl: true } }, () => { | ||
it('Test Settings Navigation menu', () => { | ||
cy.api_waitPageLoad('main') | ||
cy.getCy('button-main').should('be.visible').click() | ||
cy.getCy('button-main-empty-asset').should('be.visible').click() | ||
cy.get('.v-toolbar-title').invoke('text') | ||
.should('contain', 'Vytvoriť prázdny asset') | ||
cy.getCy('button-close').should('be.visible').click() | ||
cy.getCy('button-main-podcast').should('be.visible').click() | ||
cy.urlContains('podcast') | ||
cy.getCy('back-to-assets-settings').should('be.visible').click() | ||
cy.getCy('button-main').should('be.visible').click() | ||
cy.getCy('button-main-video-show').click() | ||
cy.urlContains('video-show') | ||
cy.getCy('back-to-assets-settings').should('be.visible').click() | ||
cy.getCy('button-main').should('be.visible').click() | ||
cy.getCy('button-switch-licence').click() | ||
cy.get('.v-toolbar-title').invoke('text') | ||
.should('contain', 'Prepnutie externého systému') | ||
cy.getCy('button-cancel').should('be.visible').click() | ||
cy.getCy('button-settings').click() | ||
cy.urlContains('settings') | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters