Formatting.
This commit is contained in:
parent
913b9098eb
commit
749db4c06c
1 changed files with 2 additions and 2 deletions
|
|
@ -334,7 +334,7 @@ describe("textboxQuestion.vue", () => {
|
|||
it("Should not display camera or spinner icon when disabled", () => {
|
||||
// Arrange
|
||||
const inputId = "test";
|
||||
|
||||
|
||||
const wrapper = shallowMount(textboxQuestion, {
|
||||
global: {
|
||||
directives: {
|
||||
|
|
@ -353,7 +353,7 @@ describe("textboxQuestion.vue", () => {
|
|||
|
||||
// Act
|
||||
const cameraIcon = wrapper.find('[data-test="image-upload"]');
|
||||
const loadingIcon = wrapper.findComponent('loader');
|
||||
const loadingIcon = wrapper.findComponent("loader");
|
||||
|
||||
// Assert
|
||||
expect(cameraIcon.exists()).toBe(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue