muyangye commented on PR #2070:
URL: https://github.com/apache/streampipes/pull/2070#issuecomment-1783727522

   If it's not the problem of delay, then I guess it's probably because of the 
base url in `cypress.config.ts` is not reflective of the ui change since it's 
port is 80 whereas the port of built ui is 8082. This might cause the backend 
delete adapter to expect a boolean parameter (though I don't think it's a 
problem since there's a default false) whereas if the ui is not updated 
clicking delete will call `deleteAdapter()` without passing any boolean which 
causes the problem.
   
   As you can see here, it's really guesses after guesses since local cypress 
tests succeed but CI cypress tests fail. Is it possible to enable full logs for 
cypress tests in CI😳?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to