feat: add e2e test for logout

This commit is contained in:
Joe Previte
2021-03-17 16:23:17 -07:00
parent 5cec6208d0
commit 090687d057
4 changed files with 68 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
export enum Cookie {
Key = "key",
}
Key = 'key',
}