|
|
|
|
@ -123,7 +123,7 @@ describe('Settings: App management', { testIsolation: true }, () => {
|
|
|
|
|
cy.get('#app-category-your-bundles').find('.active').should('exist')
|
|
|
|
|
// I see the app bundles
|
|
|
|
|
cy.get('#apps-list').contains('tr', 'Enterprise bundle')
|
|
|
|
|
cy.get('#apps-list').contains('tr', 'Education Edition')
|
|
|
|
|
cy.get('#apps-list').contains('tr', 'Education bundle')
|
|
|
|
|
// I see that the "Enterprise bundle" is disabled
|
|
|
|
|
cy.get('#apps-list').contains('tr', 'Enterprise bundle').contains('button', 'Download and enable all')
|
|
|
|
|
})
|
|
|
|
|
|