Skip to content

Commit

Permalink
fix(nc-gui): enable calendar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPhoenix2704 committed Mar 28, 2024
1 parent 283f0b3 commit d9c09b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/playwright/tests/db/views/viewCalendar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const dateRecords = [
test.describe('Calendar View', () => {
let dashboard: DashboardPage, toolbar: ToolbarPage, topbar: TopbarPage;
let context: any;
test.skip();

test.beforeEach(async ({ page }) => {
context = await setup({ page, isEmptyProject: true });
Expand Down

1 comment on commit d9c09b6

@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-7995-20240328-0955

Please sign in to comment.