aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e/settings/apps.cy.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/e2e/settings/apps.cy.ts')
-rw-r--r--cypress/e2e/settings/apps.cy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/settings/apps.cy.ts b/cypress/e2e/settings/apps.cy.ts
index bfd6b1965fa..a2296533ff9 100644
--- a/cypress/e2e/settings/apps.cy.ts
+++ b/cypress/e2e/settings/apps.cy.ts
@@ -152,7 +152,7 @@ describe('Settings: App management', { testIsolation: true }, () => {
cy.get('#app-sidebar-vue').contains('a', 'View in store').should('exist')
cy.get('#app-sidebar-vue').find('input[type="button"][value="Enable"]').should('be.visible')
cy.get('#app-sidebar-vue').find('input[type="button"][value="Remove"]').should('be.visible')
- cy.get('#app-sidebar-vue .app-version').contains(/\d+\.\d+\.\d+/)
+ cy.get('#app-sidebar-vue').contains(/Version \d+\.\d+\.\d+/).should('be.visible')
})
/*