liuxiran commented on pull request #1633: URL: https://github.com/apache/apisix-dashboard/pull/1633#issuecomment-814602288
> Hi @liuxiran > > Thanks for your instruction, I add a condition in `Service/Create.tsx ` LINE #67, the service can successful create with `None` upstream, but cypress still failed, according to my change, is it caused another error? Hi @stu01509 , you have to deal with the confilct first, thanks  Judging from the error log, when creating a service, cypress try to find dom `#nodes_0_host`, but never did it. That is because we enabled `None` option as the default selection, the `#nodes_0_host` dom will hidden. so it would be better to set the default upstream selection to `Custom`. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
