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