mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 07:36:47 +00:00
test: cy screenshot experiment over ci-cd
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -9,6 +9,7 @@ export const genTest = (type, xcdb) => {
|
||||
before(() => {
|
||||
//loginPage.signIn(roles.owner.credentials)
|
||||
mainPage.toolBarTopLeft(mainPage.HOME).click();
|
||||
cy.screenshot("6d-1");
|
||||
});
|
||||
|
||||
const langVerification = (idx, lang) => {
|
||||
@@ -20,6 +21,8 @@ export const genTest = (type, xcdb) => {
|
||||
cy.get(".nc-menu-translate").click();
|
||||
cy.getActiveMenu().find(".v-list-item").eq(idx).click();
|
||||
|
||||
cy.screenshot("6d-2");
|
||||
|
||||
// basic validations
|
||||
// 1. Page title: "My Projects"
|
||||
// 2. Button: "New Project"
|
||||
|
||||
Reference in New Issue
Block a user