box-ui-elements-mlh
Version:
9 lines (7 loc) • 350 B
JavaScript
describe('components/modal/ModalDialog', () => {
const MODAL_DIALOG_STORY = 'components-modaldialog--basic';
test(`looks visually correct when using story ${MODAL_DIALOG_STORY}`, async () => {
const image = await BoxVisualTestUtils.takeScreenshot(MODAL_DIALOG_STORY);
return expect(image).toMatchImageSnapshot();
});
});