Huanghaiting commented on PR #2641:
URL:
https://github.com/apache/apisix-dashboard/pull/2641#issuecomment-1286824985
> The drop-down filter needs to be triggered here, how to trigger it to make
it effective and better? Do you have a better suggestion? Another question, I
see that some places trigger two clicks, like this file:
pluginTemplate-create-plugin-template-with-route.cy.js
cy.contains('Next').click(); cy.contains('Next').click(); I don't know what it
means and how does it work? Someone else answered a similar question, but
didn't tell the reason
> […](#)
> ------------------ 原始邮件 ------------------ 发件人:
"apache/apisix-dashboard" ***@***.***>; 发送时间: 2022年10月21日(星期五) 下午2:54
***@***.***>; ***@***.******@***.***>; 主题: Re:
[apache/apisix-dashboard] fix:ant-table unable to request(#2613) (PR #2641)
@Baoyuantop commented on this pull request. In
web/cypress/e2e/rest/pluginTemplate-create-edit-delete-plugin-template.cy.js:
> @@ -48,7 +48,12 @@ context('Create Configure and Delete PluginTemplate',
() => { cy.visit('/'); cy.contains('Route').click();
cy.get(selector.empty).should('be.visible'); -
cy.contains('Advanced').should('be.visible').click(); + cy.contains('Advanced')
+ .should('be.visible') + .click() + .then(() => { +
cy.contains('Advanced').trigger('mouseover'); Are these sections required? —
Reply to this email directly, view it on GitHub, or unsubscribe. You are
receiving this because you were mentioned.Message ID: ***@***.***>
--
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]