Skip to content

Commit fb9f254

Browse files
update
1 parent aebc812 commit fb9f254

File tree

46 files changed

+0
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+0
-76
lines changed
4.91 KB
-21.8 KB
-7.38 KB
-19 KB

e2e/testcafe-devextreme/tests/editors/chat/messageList.ts

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -154,37 +154,6 @@ test('Messagelist should scrolled to the latest messages after being rendered in
154154
});
155155
});
156156

157-
test('Messagelist with loadindicator appearance on initial loading', async (t) => {
158-
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
159-
160-
await testScreenshot(t, takeScreenshot, 'Messagelist loadindicator position on initial loading.png', { element: '#container' });
161-
162-
await t
163-
.expect(compareResults.isValid())
164-
.ok(compareResults.errorMessages());
165-
}).before(async () => {
166-
await insertStylesheetRulesToPage('.dx-loadindicator-content, .dx-loadindicator-icon, .dx-loadindicator-segment, .dx-loadindicator-segment-inner { animation-play-state: paused !important; }');
167-
168-
await waitFont();
169-
170-
await createWidget('dxChat', () => {
171-
const data: Message[] = [];
172-
173-
return {
174-
dataSource: new (window as any).DevExpress.data.CustomStore({
175-
key: 'id',
176-
load: () => new Promise<Message[]>((resolve) => {
177-
setTimeout(() => {
178-
resolve(data);
179-
}, 5000);
180-
}),
181-
}),
182-
width: 400,
183-
height: 600,
184-
};
185-
});
186-
});
187-
188157
test('Messagelist with deleted items', async (t) => {
189158
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
190159

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

Lines changed: 0 additions & 45 deletions
This file was deleted.
-74 Bytes

0 commit comments

Comments
 (0)