-
Notifications
You must be signed in to change notification settings - Fork 12
MWPW-174258: Metadata Tool #60
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: stage
Are you sure you want to change the base?
Conversation
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
|
meganthecoder
left a comment
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.
No testing url?
I was going to wait to update until code review was done since it requires updating the config to see it work on a page. |
| }); | ||
|
|
||
| // Store original DA_SDK if it exists | ||
| originalSdk = window.DA_SDK; |
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.
Is there a window.DA_SDK?
| const init = async () => { | ||
| const mdForm = document.createElement('da-md-form'); | ||
| document.body.append(mdForm); | ||
| await delay(50); // Wait for connectedCallback and async operations |
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.
Can you use fake timers / tick?
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.
They made the tests timeout. I believe the setTimeout works better here because the delay is to let lit finish rendering processes rather than wait for async operations to complete?
…selecting the correct index for select items
Resolves: MWPW-174258
Test URLs: