File tree Expand file tree Collapse file tree 3 files changed +4
-28
lines changed
packages/pluggableWidgets/combobox-web Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 1- const { join } = require ( "path" ) ;
2- const base = require ( "@mendix/pluggable-widgets-tools/test-config/jest.config" ) ;
3-
41module . exports = {
5- ...base ,
6- moduleNameMapper : {
7- ...base . moduleNameMapper ,
8- "mendix/components/web/Icon" : join ( __dirname , "src/__mocks__/WebIcon" )
9- }
2+ ...require ( "@mendix/pluggable-widgets-tools/test-config/jest.enzyme-free.config.js" )
103} ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ exports[`Combo box (Association) toggles combobox menu on: input TOGGLE BUTTON 1
229229 >
230230 <div
231231 class = " widget-combobox-input-container form-control"
232- id = " downshift-7 -toggle-button"
232+ id = " downshift-6 -toggle-button"
233233 tabindex = " -1"
234234 >
235235 <div
@@ -238,7 +238,7 @@ exports[`Combo box (Association) toggles combobox menu on: input TOGGLE BUTTON 1
238238 <input
239239 aria-activedescendant = " "
240240 aria-autocomplete = " list"
241- aria-controls = " downshift-7 -menu"
241+ aria-controls = " downshift-6 -menu"
242242 aria-expanded = " false"
243243 aria-labelledby = " comboBox1-label"
244244 aria-required = " true"
@@ -325,7 +325,7 @@ exports[`Combo box (Association) toggles combobox menu on: input TOGGLE BUTTON 1
325325 <ul
326326 aria-labelledby = " comboBox1-label"
327327 class = " widget-combobox-menu-list"
328- id = " downshift-7 -menu"
328+ id = " downshift-6 -menu"
329329 role = " listbox"
330330 />
331331 </div >
You can’t perform that action at this time.
0 commit comments