Updated test scenario name for Authentication

This commit is contained in:
keannu125 2023-05-16 13:09:27 +08:00
parent 87b5833de6
commit 825c10d6a7

View file

@ -28,7 +28,7 @@ let user = {
let baseurl = 'http://localhost:3000/Ivy'
let urlhashrouter = baseurl + '#'
describe('Test Scenario for Login', () => {
describe('Test Scenario for Authentication', () => {
before(function fetchUser () {
cy.login()
cy.saveLocalStorage()