chore: Cypress test case for create label flow

This commit is contained in:
Sanju
2021-07-23 16:38:44 +05:30
committed by GitHub
parent d955d8e7dc
commit 7e0937f3ed
5 changed files with 33 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
{
"baseUrl": "http://localhost:5050",
"defaultCommandTimeout": 10000
"defaultCommandTimeout": 10000,
"viewportWidth": 1250,
"viewportHeight": 800
}