mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +08:00
Updated test scenario name for Authentication
This commit is contained in:
parent
87b5833de6
commit
825c10d6a7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ let user = {
|
||||||
let baseurl = 'http://localhost:3000/Ivy'
|
let baseurl = 'http://localhost:3000/Ivy'
|
||||||
let urlhashrouter = baseurl + '#'
|
let urlhashrouter = baseurl + '#'
|
||||||
|
|
||||||
describe('Test Scenario for Login', () => {
|
describe('Test Scenario for Authentication', () => {
|
||||||
before(function fetchUser () {
|
before(function fetchUser () {
|
||||||
cy.login()
|
cy.login()
|
||||||
cy.saveLocalStorage()
|
cy.saveLocalStorage()
|
||||||
|
|
Loading…
Reference in a new issue