Skip to content

Commit

Permalink
Fix for QiCoreLibraryIncludes.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenavas committed Nov 20, 2024
1 parent be9e378 commit 639b389
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Qi-Core Library Includes fields', () => {
//Search for QDM Libraries
cy.get(CQLEditorPage.librarySearchTextBox).clear().type('vte')
cy.get(CQLEditorPage.librarySearchBtn).click().wait(1000)
cy.get(CQLEditorPage.librarySearchTable).should('contain', 'nameversionownerActionVTE8.8.000YaHu1257VTE8.7.000YaHu1257VTE8.6.000YaHu1257VTE8.5.000YaHu1257VTE8.4.000YaHu1257')
cy.get(CQLEditorPage.librarySearchTable).should('contain', 'nameversionownerActionVTE8.9.000YaHu1257VTE8.8.000YaHu1257VTE8.7.000YaHu1257VTE8.6.000YaHu1257')
})

it('Apply Qi-Core Included library to the CQL and save', () => {
Expand All @@ -60,7 +60,7 @@ describe('Qi-Core Library Includes fields', () => {
//Search for Library
cy.get(CQLEditorPage.librarySearchTextBox).clear().type('vte')
cy.get(CQLEditorPage.librarySearchBtn).click().wait(1000)
cy.get(CQLEditorPage.librarySearchTable).should('contain', 'nameversionownerActionVTE8.8.000YaHu1257VTE8.7.000YaHu1257VTE8.6.000YaHu1257VTE8.5.000YaHu1257VTE8.4.000YaHu1257')
cy.get(CQLEditorPage.librarySearchTable).should('contain', 'nameversionownerActionVTE8.9.000YaHu1257VTE8.8.000YaHu1257VTE8.7.000YaHu1257VTE8.6.000YaHu1257')

//Apply Library to CQL
cy.get('[data-testid="edit-button-0"]').click()
Expand All @@ -81,7 +81,7 @@ describe('Qi-Core Library Includes fields', () => {
//Search for Library
cy.get(CQLEditorPage.librarySearchTextBox).clear().type('vte')
cy.get(CQLEditorPage.librarySearchBtn).click().wait(1000)
cy.get(CQLEditorPage.librarySearchTable).should('contain', 'nameversionownerActionVTE8.8.000YaHu1257VTE8.7.000YaHu1257VTE8.6.000YaHu1257VTE8.5.000YaHu1257VTE8.4.000YaHu1257')
cy.get(CQLEditorPage.librarySearchTable).should('contain', 'nameversionownerActionVTE8.9.000YaHu1257VTE8.8.000YaHu1257VTE8.7.000YaHu1257VTE8.6.000YaHu1257')

//Apply Library to CQL
cy.get('[data-testid="edit-button-0"]').click()
Expand Down

0 comments on commit 639b389

Please sign in to comment.