mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 06:05:33 +00:00
chore: sync missing changes
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -54,12 +54,12 @@
|
||||
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
||||
"@typescript-eslint/parser": "^6.1.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.22.0",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-functional": "^5.0.8",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-json": "^4.0.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
|
||||
@@ -38,10 +38,10 @@ export class ColumnHeaderPageObject extends BasePage {
|
||||
|
||||
async verifyPersonalMode() {
|
||||
// add column button
|
||||
await expect(this.btn_addColumn).toBeVisible({ visible: false });
|
||||
await expect(this.btn_addColumn).toBeVisible({ visible: true });
|
||||
|
||||
// column header context menu
|
||||
expect(await this.get().locator('.nc-ui-dt-dropdown').count()).toBe(0);
|
||||
expect(await this.get().locator('.nc-ui-dt-dropdown').count()).toBeGreaterThanOrEqual(1);
|
||||
}
|
||||
|
||||
async verifyCollaborativeMode() {
|
||||
|
||||
Reference in New Issue
Block a user