Skip to content

Commit 7425811

Browse files
committed
fix failing ui test
1 parent 8c634cd commit 7425811

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/tests/unit/views/AutogenView.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ store = common.createMockStore(state, actions, mutations)
113113
i18n = common.createMockI18n('en', mockData.messages)
114114

115115
mocks = {
116+
$config: {
117+
showSearchFilters: true,
118+
docBase: 'http://docs.cloudstack.apache.org/en/latest'
119+
},
116120
$notifyError: jest.fn((error) => {
117121
return error
118122
}),

0 commit comments

Comments
 (0)