Skip to content

Commit 19d42ab

Browse files
committed
Fix
1 parent fc4ec4a commit 19d42ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • e2e/testcafe-devextreme/tests/editors/numberBox

e2e/testcafe-devextreme/tests/editors/numberBox/label.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const createNumberBox = async (options?: Properties): Promise<string> => {
3636

3737
return id;
3838
};
39-
test.only('Label for dxNumberBox', async (t) => {
39+
test('Label for dxNumberBox', async (t) => {
4040
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
4141

4242
await testScreenshot(t, takeScreenshot, 'NumberBox label.png', { element: '#container' });

0 commit comments

Comments
 (0)