Skip to content

Commit f83f8c2

Browse files
fix frozen events tests
1 parent f50e1f5 commit f83f8c2

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

.github/workflows/pr-filter-stubs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ jobs:
123123
steps:
124124
- run: exit 1
125125
qunit_tests4:
126-
name: 'Constel ui.widgets(1/2)'
126+
name: 'Constel ui.widgets(1/2)-no-csp'
127127
needs: [ changesSegregation ]
128128
if: false
129129
runs-on: ubuntu-latest
130130
steps:
131131
- run: exit 1
132132
qunit_tests5:
133-
name: 'Constel ui.widgets(2/2)'
133+
name: 'Constel ui.widgets(2/2)-no-csp'
134134
needs: [ changesSegregation ]
135135
if: false
136136
runs-on: ubuntu-latest

.github/workflows/qunit_tests.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,8 @@ jobs:
8383
matrix:
8484
CONSTEL: [
8585
export,
86-
misc(1/2),
87-
misc(2/2),
86+
misc,
8887
ui,
89-
ui.widgets(1/2),
90-
ui.widgets(2/2),
9188
ui.editors,
9289
ui.htmlEditor,
9390
ui.grid,
@@ -101,16 +98,15 @@ jobs:
10198
include:
10299
- CONSTEL: ui.scheduler(1/2)
103100
TIMEZONE: US/Pacific
104-
CSP: 'true'
105101
- CONSTEL: ui.scheduler(2/2)
106102
TIMEZONE: US/Pacific
107-
CSP: 'true'
108-
- CONSTEL: misc(1/2)
103+
- CONSTEL: misc
109104
CSP: 'false'
110105
useJQuery: 'true'
111-
- CONSTEL: misc(2/2)
106+
- CONSTEL: ui.widgets(1/2)
107+
CSP: 'false'
108+
- CONSTEL: ui.widgets(2/2)
112109
CSP: 'false'
113-
useJQuery: 'true'
114110

115111
steps:
116112
- name: Get sources

packages/devextreme/testing/tests/DevExpress.ui.widgets/tabPanel.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ QUnit.module('keyboard navigation', {
11191119
assert.equal(tabsFocusedIndex, $(this.instance.option('focusedElement')).index(), 'multiView focused element is equal tabs focused element');
11201120
});
11211121

1122-
QUnit.test('looping should work on keyboard navigation after loop runtime change to true and swipe', function(assert) {
1122+
QUnit.skip('looping should work on keyboard navigation after loop runtime change to true and swipe', function(assert) {
11231123
if(shouldSkipOnMobile(assert, 'there is no keyboard navigation on mobile devices')) {
11241124
return;
11251125
}

0 commit comments

Comments
 (0)