Minor Smoke Build Test changes
Updates for appOverview & autoScreensUI
This commit is contained in:
parent
03cc238ba4
commit
a0d4eb3c88
|
@ -309,11 +309,8 @@ filterTests(['all'], () => {
|
||||||
cy.visit(`${Cypress.config().baseUrl}/builder`)
|
cy.visit(`${Cypress.config().baseUrl}/builder`)
|
||||||
cy.get(".appTable .name").eq(0).click()
|
cy.get(".appTable .name").eq(0).click()
|
||||||
|
|
||||||
cy.get(".app-overview-actions-icon > .icon").click({ force : true })
|
cy.get(".overview-tab [data-cy='app-status']").within(() => {
|
||||||
|
cy.get(".spectrum-Link").contains("Unpublish").click()
|
||||||
cy.get("[data-cy='app-overview-menu-popover']").eq(0).within(() => {
|
|
||||||
cy.get(".spectrum-Menu-item").contains("Unpublish").click({ force: true })
|
|
||||||
cy.wait(500)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
cy.get("[data-cy='unpublish-modal']").should("be.visible")
|
cy.get("[data-cy='unpublish-modal']").should("be.visible")
|
||||||
|
|
|
@ -5,6 +5,7 @@ filterTests(['smoke', 'all'], () => {
|
||||||
context("Auto Screens UI", () => {
|
context("Auto Screens UI", () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.login()
|
cy.login()
|
||||||
|
cy.deleteAllApps()
|
||||||
})
|
})
|
||||||
|
|
||||||
it("should disable the autogenerated screen options if no sources are available", () => {
|
it("should disable the autogenerated screen options if no sources are available", () => {
|
||||||
|
|
Loading…
Reference in New Issue