-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Generic stories for remaining core features #19118
Conversation
…b-586-remaining-core-features
await expect(button).toHaveFocus(); | ||
|
||
// // When we change the args to the button, it should not rerender | ||
// await channel.emit('updateStoryArgs', { storyId: id, updatedArgs: { children: 'New Text' } }); |
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.
why are these commented?
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 comment them back in in #19125. They were failing here (which is good!)
…b-586-remaining-core-features
@tmeasday I updated from the base branch but CI is still failing. Can you please take a look? |
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.
🚀
Issue: following on from #19105
What I did