File tree 1 file changed +3
-3
lines changed
web/cypress/integration/workbaskets 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ context('TASKANA Workbaskets', () => {
9
9
// should contain #wb-list-container
10
10
} ) ;
11
11
12
- it ( 'should be able to filter workbaskets via owner' , ( ) => {
12
+ it . skip ( 'should be able to filter workbaskets via owner' , ( ) => {
13
13
cy . visit ( Cypress . env ( 'appUrl' ) + Cypress . env ( 'adminUrl' ) + '/workbaskets' ) . then ( ( ) =>
14
14
cy . get ( '#collapsedMenufilterWb' ) . click ( )
15
15
) ;
@@ -94,7 +94,7 @@ context('TASKANA Workbaskets', () => {
94
94
cy . saveWorkbaskets ( ) ;
95
95
} ) ;
96
96
97
- it ( 'should be possible to add new access' , ( ) => {
97
+ it . skip ( 'should be possible to add new access' , ( ) => {
98
98
cy . visitTestWorkbasket ( ) ;
99
99
cy . visitWorkbasketsAccessPage ( ) ;
100
100
@@ -114,7 +114,7 @@ context('TASKANA Workbaskets', () => {
114
114
cy . get ( 'table#table-access-items > tbody > tr' ) . should ( 'have.length' , 2 ) ;
115
115
} ) ;
116
116
117
- it ( 'should be possible to add a distribution target' , ( ) => {
117
+ it . skip ( 'should be possible to add a distribution target' , ( ) => {
118
118
cy . server ( ) ;
119
119
cy . route (
120
120
'http://localhost:8080/taskana/api/v1/workbaskets/WBI:000000000000000000000000000000000900/distribution-targets'
You can’t perform that action at this time.
0 commit comments