-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: add tip and preset model for plugin editor, improve e2e stability #2581
Feat: add tip and preset model for plugin editor, improve e2e stability #2581
Conversation
Co-authored-by: Young <[email protected]>
Co-authored-by: Young <[email protected]>
All test cases of Dashboard have been repaired and passed, and the issue#2615 can be closed. cc @butterfly1924 plugin-schema.cy.js has been fixed. |
|
||
if (cases.length === i + 1) { | ||
cy.reload(true); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Frequent refreshing is the root cause of plugin-schema.cy.js' error. In fact, the logic of the test case is completely correct. which is the problem of umi.js itself
I got rid of the prompts, maybe to make it a little more minimal @SkyeYoung |
* upstream/master: fix: change default CSP value (apache#2601) fix: ant-table unable to request (apache#2641) fix: plugin_config missing on service exist (apache#2657) feat: add etcd store auto re-initialize (apache#2650) feat: add login filter of OpenID-Connect (apache#2608) feat:Configure plug-ins to support this feature (apache#2647) feat: Adding a Loading state to buttons (apache#2630) feat: dashboard support windows (apache#2619) Feat: add tip and preset model for plugin editor, improve e2e stability (apache#2581) docs: add Slack invitation link badge (apache#2617) # Conflicts: # .github/workflows/backend-cli-test.yml # Dockerfile # api/test/shell/cli_test.sh # web/src/components/Footer/index.tsx # web/src/components/RightContent/index.tsx # web/src/pages/ServerInfo/List.tsx
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
Reason:
We need to tell users clearly that which part of the data should be filled.
Modification:
effect:
Potential effects:
After the change:
modelpreview2.webm
Note that the latest one has removed the prompt box and is slightly different from the video
Related issues
#1363 #2615
Checklist: