Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/actions/run-qunit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome-headless-shell
with:
chrome-version: '133.0.6943.53'
chrome-version: '141.0.7390.122'

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playgrounds_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '133.0.6943.53'
chrome-version: '141.0.7390.122'

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-testcafe-on-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup Chrome
uses: ./devextreme/.github/actions/setup-chrome
with:
chrome-version: '133.0.6943.53'
chrome-version: '141.0.7390.122'

- uses: pnpm/action-setup@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '133.0.6943.53'
chrome-version: '141.0.7390.122'

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wrapper_tests_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '133.0.6943.53'
chrome-version: '141.0.7390.122'

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion e2e/testcafe-devextreme/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ createTestCafe(TESTCAFE_CONFIG)
}

const runOptions: RunOptions = {
quarantineMode: { successThreshold: 1, attemptLimit: 5 },
quarantineMode: { successThreshold: 1, attemptLimit: 2 },
disableNativeAutomation: true,
// @ts-expect-error ts-error
hooks: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const options = {
],
};

test('Aria expanded should be toggled true on Ctrl + → keypress', async (t) => {
test.meta({ unstable: !!isMaterial() })('Aria expanded should be toggled true on Ctrl + → keypress', async (t) => {
const treeList = new TreeList('#container');
const expandableRow = treeList.getDataRow(0).element;
const expandableCells = [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import CardView from 'devextreme-testcafe-models/cardView';
import url from '../../../helpers/getPageUrl';
import { createWidget } from '../../../helpers/createWidget';

fixture.disablePageReloads`CardView - ColumnChooser.Functional`
fixture`CardView - ColumnChooser.Functional`
.page(url(__dirname, '../../container.html'));

function testsFactory(testModel: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ export const dragToHeaderPanel = async (
await t.dragToElement(
columnElement,
insertBeforeColumn,
{ destinationOffsetX: +5, destinationOffsetY: -20 },
{ destinationOffsetX: +5, destinationOffsetY: -20, speed: 0.5 },
);
} else {
const insertAfterColumn = headers.getHeaderItemNth(columnsNum - 1).element;

await t.dragToElement(
columnElement,
insertAfterColumn,
{ destinationOffsetX: -5, destinationOffsetY: -20 },
{ destinationOffsetX: -5, destinationOffsetY: -20, speed: 0.5 },
);
}
};
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const apiRequestMock = RequestMock()
{ 'access-control-allow-origin': '*' },
);

test('Should sort without DataSource reload if scrolling mode isn\'t virtual', async (t) => {
test.meta({ unstable: true })('Should sort without DataSource reload if scrolling mode isn\'t virtual', async (t) => {
const pivotGrid = new PivotGrid('#container');
await t.addRequestHooks(requestLogger);
const initialRequestCount = await requestLogger.count(() => true);
Expand Down
4 changes: 2 additions & 2 deletions e2e/testcafe-devextreme/tests/common/treeList/rowDragging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ExpandableCell from 'devextreme-testcafe-models/treeList/expandableCell';
import { createWidget } from '../../../helpers/createWidget';
import url from '../../../helpers/getPageUrl';

fixture.disablePageReloads`Row dragging`
fixture`Row dragging`
.page(url(__dirname, '../../container.html'));

const tasksT1228650 = [{
Expand Down Expand Up @@ -64,7 +64,7 @@ test('TreeList - Expand/collapse mechanism breaks after dragging action in the s
});

[undefined, 200].forEach((height) => {
test(`TreeList - The W1025 warning occurs when dragging a row (height: ${height ?? 'not set'}). (T1280519)`, async (t) => {
test.meta({ unstable: true })(`TreeList - The W1025 warning occurs when dragging a row (height: ${height ?? 'not set'}). (T1280519)`, async (t) => {
const treeList = new TreeList('#container');

await treeList.isReady();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ test('Should change usual columns to band columns without error in React (T12136
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
const dataGrid = new DataGrid(GRID_CONTAINER);

await t.expect(dataGrid.isReady()).ok();

await takeScreenshot('band-columns_before-runtime-update.png', dataGrid.element);

await changeDataGridColumnsReactWay();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test('The column reordering should work correctly when there is a fixed column w
}));

// T1038094
test('The separator should display correctly when dragging column', async (t) => {
test.meta({ unstable: true })('The separator should display correctly when dragging column', async (t) => {
const dataGrid = new DataGrid('#container');

await dataGrid.moveHeader(0, 200, 5, true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ fixture.disablePageReloads`Column resizing`
test('column separator should starts from the parent', async (t) => {
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
const dataGrid = new DataGrid('#container');

await t.expect(dataGrid.isReady()).ok();

async function makeColumnSeparatorScreenshot(index: number) {
await dataGrid.resizeHeader(index, 0, false);
await t.expect(await takeScreenshot(`column-separator-${index}.png`)).ok();
Expand Down
Loading
Loading