Skip to content

Commit

Permalink
FIO-9327 Fix tests attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
antonSoftensity committed Nov 29, 2024
1 parent 5f210b2 commit ef39512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forms/helpers/testBasicComponentSettings/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export default {
},
modalEdit: {
'Should open and close modal window'(form, done) {
const componentsWithBug = ['columns', 'fieldset', 'panel', 'table', 'tabs', 'well']; //BUG: include them in test when it is fixed
const componentsWithBug = ['selectboxes', 'columns', 'fieldset', 'panel', 'table', 'tabs', 'well']; //BUG: include them in test when it is fixed
const testComponents = form.components.filter(comp => ![...componentsWithBug, 'button'].includes(comp.component.type));
testComponents.forEach((comp, index) => {
const isLastComp = index === (testComponents.length - 1);
Expand Down

0 comments on commit ef39512

Please sign in to comment.