Browse Source

Merge branch 'develop' into nc-fix/topbar-tab-text-overflow

pull/8039/head
Raju Udava 3 months ago
parent
commit
101918146c
  1. 12
      pnpm-lock.yaml
  2. 2
      tests/playwright/tests/db/views/viewCalendar.spec.ts

12
pnpm-lock.yaml

@ -154,7 +154,7 @@ importers:
specifier: ^0.11.0
version: 0.11.0
nocodb-sdk:
specifier: 0.204.9
specifier: workspace:^
version: link:../nocodb-sdk
papaparse:
specifier: ^5.4.1
@ -701,7 +701,7 @@ importers:
specifier: ^0.4.4
version: 0.4.4(@nestjs/common@10.3.7)(@nestjs/core@10.3.7)(@nestjs/throttler@5.1.2)(ioredis@5.3.2)(reflect-metadata@0.2.1)
nocodb-sdk:
specifier: 0.204.9
specifier: workspace:^
version: link:../nocodb-sdk
nodemailer:
specifier: ^6.9.13
@ -14446,7 +14446,7 @@ packages:
dependencies:
escape-string-regexp: 1.0.5
eslint: 8.33.0
ignore: 5.3.1
ignore: 5.3.0
dev: true
/eslint-plugin-eslint-comments@3.2.0(eslint@8.56.0):
@ -23915,6 +23915,9 @@ packages:
/sqlite3@5.1.6:
resolution: {integrity: sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==}
requiresBuild: true
peerDependenciesMeta:
node-gyp:
optional: true
dependencies:
'@mapbox/node-pre-gyp': 1.0.11
node-addon-api: 4.3.0
@ -23929,6 +23932,9 @@ packages:
/sqlite3@5.1.7:
resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==}
requiresBuild: true
peerDependenciesMeta:
node-gyp:
optional: true
dependencies:
bindings: 1.5.0
node-addon-api: 7.0.0

2
tests/playwright/tests/db/views/viewCalendar.spec.ts

@ -288,7 +288,7 @@ test.describe('Calendar View', () => {
await dashboard.viewSidebar.deleteView({ title: 'Calendar' });
});
test('Calendar Drag and Drop & Undo Redo Operations', async () => {
test.skip('Calendar Drag and Drop & Undo Redo Operations', async () => {
test.slow();
await dashboard.treeView.openBase({ title: `xcdb${context.workerId}` });

Loading…
Cancel
Save