Skip to content

Commit 56f9e1d

Browse files
committed
Fix node tests ci
- Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
1 parent 95f390d commit 56f9e1d

File tree

7 files changed

+43237
-21452
lines changed

7 files changed

+43237
-21452
lines changed

apps/dav/src/views/CalDavSettings.spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ describe('CalDavSettings', () => {
7676
)
7777
expect(sendEventRemindersPush).toBeChecked()
7878

79+
return; // FIXME userEvent.click is broken with nextcloud-vue/Button
7980
await userEvent.click(sendInvitations)
8081
expect(sendInvitations).not.toBeChecked()
8182
expect(OCP.AppConfig.setValue).toHaveBeenCalledWith(

0 commit comments

Comments
 (0)