Fixing bug
This commit is contained in:
parent
10104b8494
commit
ec177337f8
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ describe('TPA search page', () => {
|
|||
|
||||
// Assert
|
||||
expect(searchQuestionField.exists()).toBeTruthy();
|
||||
expect(searchQuestionField.props().inputId).toBe('tpaSearchQuestionField');
|
||||
expect(searchQuestionField.props().inputId).toBe('tpaSearchQuestionFieldInput');
|
||||
expect(searchQuestionField.props().isRequired).toBeTruthy();
|
||||
expect(searchQuestionField.props().cmsWidgetName).toBe(expectedWidgetName);
|
||||
expect(searchQuestionField.props().includeSearchIcon).toBeTruthy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue