mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 21:37:40 +00:00
test: cypress pg test suite- base files
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -91,7 +91,7 @@ export const genTest = (apiType, dbType) => {
|
||||
.should("exist");
|
||||
mainPage
|
||||
.getCell(`FilmInfo`, 1)
|
||||
.contains("Animation: ANACONDA CONFESSIONS;")
|
||||
.contains("Animation: ANACONDA CONFESSIONS")
|
||||
.should("exist");
|
||||
|
||||
// Record-2 validation
|
||||
@@ -106,9 +106,7 @@ export const genTest = (apiType, dbType) => {
|
||||
.should("exist");
|
||||
mainPage
|
||||
.getCell(`FilmInfo`, 2)
|
||||
.contains(
|
||||
"Action: BULL SHAWSHANK; Animation: FIGHT JAWBREAKER;"
|
||||
)
|
||||
.contains("Action: BULL SHAWSHANK")
|
||||
.should("exist");
|
||||
|
||||
// Column operations: Hide
|
||||
@@ -135,7 +133,7 @@ export const genTest = (apiType, dbType) => {
|
||||
}
|
||||
});
|
||||
|
||||
it.skip(`SQL View List`, () => {
|
||||
it(`SQL View List`, () => {
|
||||
// confirm if other views exist
|
||||
//
|
||||
cy.openViewsTab("CustomerList", 25);
|
||||
|
||||
Reference in New Issue
Block a user