Skip to content

Commit

Permalink
Remove unneeded code & depreciated server()
Browse files Browse the repository at this point in the history
Signed-off-by: leanneeliatra <leanne.laceybyrne@eliatra.com>
  • Loading branch information
leanneeliatra committed Sep 7, 2023
1 parent ce80884 commit ebd5edf
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
*/

if(Cypress.env('SECURITY_ENABLED')){
describe('No role button redirect', () => {
before(() => {
cy.server();
})
});
it('Tests if no role button redirects to logout screen', () => {
// 1. visit missing roles page
cy.visit('/app/customerror/missing-role');
Expand Down

0 comments on commit ebd5edf

Please sign in to comment.