diff --git a/scripts/cypress/integration/common/5a_user_role.js b/scripts/cypress/integration/common/5a_user_role.js index 0be1628e4a..a53a47c103 100644 --- a/scripts/cypress/integration/common/5a_user_role.js +++ b/scripts/cypress/integration/common/5a_user_role.js @@ -269,7 +269,7 @@ export const genTest = (apiType, dbType) => { } }); - it(`[${roles[roleType].name}] App store accessiblility`, () => { + it(`[${roles[roleType].name}] App store accessibility`, () => { cy.visit("/#/apps").then(r =>{ cy.toastWait('You don\'t have enough permission to access the page.') }) diff --git a/scripts/cypress/integration/common/5c_super_user_role.js b/scripts/cypress/integration/common/5c_super_user_role.js index afe8f503ec..fe72773dc0 100644 --- a/scripts/cypress/integration/common/5c_super_user_role.js +++ b/scripts/cypress/integration/common/5c_super_user_role.js @@ -2,9 +2,10 @@ import { loginPage } from '../../support/page_objects/navigation'; import { roles } from '../../support/page_objects/projectConstants'; export const genTest = (apiType, dbType) => { - describe(`${apiType.toUpperCase()} api - Table views: Create/Edit/Delete`, () => { + describe(`${apiType.toUpperCase()} api - Super user test`, () => { before(() => { loginPage.signIn(roles.owner.credentials); + cy.saveLocalStorage(); }); beforeEach(() => {