Skip to content

Commit

Permalink
fix tests of the Tabs (#9314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdmitry authored Aug 16, 2019
1 parent 729ee0a commit 5d2add0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions testing/tests/DevExpress.ui.widgets/tabs.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { extend } from "core/utils/extend";

import "ui/tabs";
import "common.css!";
import "generic_light.css!";

QUnit.testStart(function() {
const markup =
Expand Down Expand Up @@ -768,7 +767,7 @@ QUnit.module("Live Update", {
const tabs = this.createTabs({}, {
repaintChangesOnly: true,
showNavButtons: true,
width: 150
width: 100
});
const store = tabs.getDataSource().store();

Expand Down Expand Up @@ -797,7 +796,7 @@ QUnit.module("Live Update", {
const tabs = this.createTabs({}, {
repaintChangesOnly: true,
showNavButtons: true,
width: 150
width: 100
});
const store = tabs.getDataSource().store();

Expand All @@ -817,7 +816,7 @@ QUnit.module("Live Update", {
const tabs = this.createTabs({}, {
repaintChangesOnly: true,
showNavButtons: false,
width: 150
width: 100
});
const store = tabs.getDataSource().store();

Expand Down Expand Up @@ -845,7 +844,7 @@ QUnit.module("Live Update", {
const tabs = this.createTabs({}, {
repaintChangesOnly: true,
showNavButtons: false,
width: 150
width: 100
});
const store = tabs.getDataSource().store();

Expand Down

0 comments on commit 5d2add0

Please sign in to comment.