mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 07:26:48 +00:00
test(misc): re-alignment & optimizations
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -6,11 +6,9 @@ export const genTest = (apiType, dbType) => {
|
||||
if (!isTestSuiteActive(apiType, dbType)) return;
|
||||
|
||||
describe(`${apiType.toUpperCase()} Columns of type attachment`, () => {
|
||||
before(() => {
|
||||
loginPage.loginAndOpenProject(apiType, dbType);
|
||||
cy.openTableTab("Country", 25);
|
||||
cy.saveLocalStorage();
|
||||
});
|
||||
// before(() => {
|
||||
// // loginPage.loginAndOpenProject(apiType, dbType);
|
||||
// });
|
||||
|
||||
beforeEach(() => {
|
||||
cy.restoreLocalStorage();
|
||||
@@ -49,6 +47,8 @@ export const genTest = (apiType, dbType) => {
|
||||
});
|
||||
|
||||
it(`Add column of type attachments`, () => {
|
||||
cy.openTableTab("Country", 25);
|
||||
|
||||
mainPage.addColumnWithType("testAttach", "Attachment", "Country");
|
||||
|
||||
for (let i = 4; i <= 6; i++) {
|
||||
|
||||
Reference in New Issue
Block a user