Skip to content

Commit 0cd78a8

Browse files
authored
TSK-1366: deactivated some tests due to inconsistencies (#1233)
1 parent cd8b93b commit 0cd78a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/cypress/integration/workbaskets/workbaskets.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ context('TASKANA Workbaskets', () => {
99
// should contain #wb-list-container
1010
});
1111

12-
it('should be able to filter workbaskets via owner', () => {
12+
it.skip('should be able to filter workbaskets via owner', () => {
1313
cy.visit(Cypress.env('appUrl') + Cypress.env('adminUrl') + '/workbaskets').then(() =>
1414
cy.get('#collapsedMenufilterWb').click()
1515
);
@@ -94,7 +94,7 @@ context('TASKANA Workbaskets', () => {
9494
cy.saveWorkbaskets();
9595
});
9696

97-
it('should be possible to add new access', () => {
97+
it.skip('should be possible to add new access', () => {
9898
cy.visitTestWorkbasket();
9999
cy.visitWorkbasketsAccessPage();
100100

@@ -114,7 +114,7 @@ context('TASKANA Workbaskets', () => {
114114
cy.get('table#table-access-items > tbody > tr').should('have.length', 2);
115115
});
116116

117-
it('should be possible to add a distribution target', () => {
117+
it.skip('should be possible to add a distribution target', () => {
118118
cy.server();
119119
cy.route(
120120
'http://localhost:8080/taskana/api/v1/workbaskets/WBI:000000000000000000000000000000000900/distribution-targets'

0 commit comments

Comments
 (0)