-
Notifications
You must be signed in to change notification settings - Fork 111
feat(web-hosting): migrate cdn modification page into react #20094
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
base: epic/project-multisite-react
Are you sure you want to change the base?
Conversation
0a69a39 to
4ba5d68
Compare
ref: #PUWEBPT-65 Signed-off-by: Emilien Razafimampiandra <[email protected]>
4ba5d68 to
b1a1461
Compare
|
|
||
| import CdnConfirmationModal from './CdnConfirmation.modal'; | ||
|
|
||
| const queryClient = new QueryClient(); |
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.
i think you can do on same situation
packages/manager/apps/web-hosting/src/pages/managedWordpress/ManagedWordpressResource/delete/Delete.modal.spec.tsx
| }); | ||
|
|
||
| it('should close modal on cancel', () => { | ||
| render( |
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.
same on previous comment
| it.skip('should close modal on cancel', () => { | ||
| render( | ||
| <QueryClientProvider client={queryClient}> | ||
| <CdnEditUrlsModal /> |
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.
same
Description
Ticket Reference: #...
Additional Information