chore: cypress screenshots

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-02-17 10:28:36 +05:30
parent 010138dec6
commit 897c861986
29 changed files with 2290 additions and 1992 deletions

View File

@@ -166,6 +166,7 @@ export const genTest = (apiType, dbType) => {
const createProject = (proj) => {
it(`Create ${proj.basic.name} project`, () => {
cy.snip("ProjectPage");
// click home button
cy.get(".nc-noco-brand-icon").click();