Skip to content

Commit

Permalink
Merge pull request formio#3824 from formio/FIO-1062-added-render-tests
Browse files Browse the repository at this point in the history
FIO-1062: added automated render tests (part 4)
  • Loading branch information
travist authored Mar 9, 2021
2 parents 19bd003 + e5b60af commit c903c25
Show file tree
Hide file tree
Showing 515 changed files with 15,494 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/formtest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ const formWithEditGridAndNestedDraftModalRow = require('./formWithEditGridDraftM
const formWithDateTimeComponents = require('./formWithDateTimeComponents');
const formWithCollapsedPanel = require('./formWithCollapsedPanel.json');
const formWithCustomFormatDate = require('./formWithCustomFormatDate.json');
const wizardWithHiddenPanel = require('./wizardWithHiddenPanel.json');
const wizardWithSimpleConditionalPage = require('./wizardWithSimpleConditionalPage.json');
const wizardWithTooltip = require('./wizardWithTooltip.json');

module.exports = {
advanced,
Expand Down Expand Up @@ -71,5 +74,8 @@ module.exports = {
formWithEditGridAndNestedDraftModalRow,
formWithDateTimeComponents,
formWithCollapsedPanel,
formWithCustomFormatDate
formWithCustomFormatDate,
wizardWithHiddenPanel,
wizardWithSimpleConditionalPage,
wizardWithTooltip,
};
Loading

0 comments on commit c903c25

Please sign in to comment.