This commit is contained in:
2020-05-13 22:42:55 +00:00
parent 6e41dad1b0
commit 8c5d2f1e1d
6 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
// let user;
// before(function fetchUser() {
// cy.request("POST", "http://localhost:7575/api/v8/Auth", {
// cy.request("POST", "http://localhost:7575/api/v8/auth", {
// username: Cypress.env("adminusername"),
// password: Cypress.env("adminpassword")
// })