Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 726c0fb

Browse files
committed
[IMP] Dialog: remove red cross from test title
WWhen I'm running the tests, I expect to see only white and green, no red.
1 parent c074922 commit 726c0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-dialog/test/Dialog.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe('Dialog', async () => {
145145
].join(''),
146146
);
147147
});
148-
it('should close 2 dialogs with the button', async () => {
148+
it('should close 2 dialogs with the X button', async () => {
149149
await editor.plugins.get(Layout).add('aaa', 'float');
150150
await editor.execCommand('show', { componentID: 'aaa' });
151151

0 commit comments

Comments
 (0)