-
Notifications
You must be signed in to change notification settings - Fork 83
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
Develop modal #2100
Develop modal #2100
Conversation
ref={modalRef} | ||
className={classnames('ffe-body', 'ffe-modal', className)} | ||
aria-labelledby={ariaLabelledby} | ||
onClick={event => { |
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.
Det er før att lukka den hvis man clicker utanfør modalen.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2100.westeurope.2.azurestaticapps.net |
41bb0a4
to
bcaf6dc
Compare
import { Modal } from './Modal'; | ||
import { render, screen } from '@testing-library/react'; | ||
|
||
describe('<SystemMessage />', () => { |
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.
Lite vad begresent vad man får testet. dialog.showModal
er ikke støttat av jsdom. Jag bruker hidden når jag spør efter elementerna. Det betyr att dom egentligen ikke er accessible. Det er dom ju ikek fordi jag har ikke opnet modalen enda. INgen mulighet att opne i jsdom som jag først provade meg på.
1974db2
to
3a6dac0
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2100.westeurope.2.azurestaticapps.net |
baaadea
to
df4e003
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2100.westeurope.2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2100.westeurope.2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2100.westeurope.2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2100.westeurope.2.azurestaticapps.net |
Ser bra ut! La inn litt pirk og et forslag til transition på lukkeknappen, bare for at den skal oppleves litt mykere på hover. |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2100.westeurope.2.azurestaticapps.net |
Førsta utkast til modalen.