Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'pu/cf/e2etestColorPicker' into '2022.11'
Browse files Browse the repository at this point in the history
test(e2etest): skip color picker test

See merge request tine20/tine20!3655
  • Loading branch information
Christian Feitl committed Mar 29, 2023
2 parents 2f419a7 + 0ea6e54 commit 7c5c253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2etests/src/test/Calendar/calendar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ beforeAll(async () => {
await lib.getBrowser('Kalender');
});

describe('ColorPicker', () => {
describe.skip('ColorPicker', () => {
let shared = 'test' + Math.round(Math.random() * 10000000);
let privat = 'test' + Math.round(Math.random() * 10000000);
test('add calendar', async () => {
Expand Down

0 comments on commit 7c5c253

Please sign in to comment.