Skip to content

Commit

Permalink
Merge branch 'develop' into nc-fix/shared-form-view-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dstala committed Apr 3, 2024
2 parents e072c99 + 90dcfb2 commit 7cea79c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/playwright/tests/db/views/viewCalendar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}` });
Expand Down

1 comment on commit 7cea79c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.204.9-pr-8033-20240403-1510

Please sign in to comment.