Zenika / OZKOUR

An app to help the marketing team create documents, based on Google templates, quicker and more efficiently.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add End to End

Pranxtor opened this issue · comments

Faire des tests End to End sur la redirection :

describe("Testing redirect", () => {
it("should redirect the user to the login page when he isn't logged and he try to navigate through the application", () => {

})
it("should redirect the user to the home page when he just logged into the application", () => {
 
})
it("should redirect the user to the home page when he log out of the application", () => {
  
})
it("should let the user navigate through the application when he's logged in", () => {
  
})

})