Skip to content

Commit

Permalink
FLUID-5536: Added tests for the default model for stepper panels
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Apr 4, 2017
1 parent 6a965b2 commit 6921963
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/framework-tests/preferences/js/PanelsTests.js
Expand Up @@ -1266,9 +1266,12 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
modules: [{
name: "Test the text sizer settings panel",
tests: [{
expect: 1,
expect: 2,
name: "Test the rendering of the text size panel",
sequence: [{
funcName: "fluid.tests.panels.utils.checkModel",
args: ["textSize", "{textSize}.model", 1]
}, {
func: "fluid.tests.changeInput",
args: ["{textSize}.dom.textSize", "{that}.options.testOptions.newValue"]
}, {
Expand Down Expand Up @@ -1329,10 +1332,13 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
modules: [{
name: "Test the line space settings panel",
tests: [{
expect: 1,
expect: 2,
name: "Test the rendering of the line space panel",
sequence: [
{
funcName: "fluid.tests.panels.utils.checkModel",
args: ["lineSpace", "{lineSpace}.model", 1]
}, {
func: "fluid.tests.changeInput",
args: ["{lineSpace}.dom.lineSpace", "{that}.options.testOptions.newValue"]
}, {
Expand Down

0 comments on commit 6921963

Please sign in to comment.