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", () => {
|
it("Should not display camera or spinner icon when disabled", () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const inputId = "test";
|
const inputId = "test";
|
||||||
|
|
||||||
const wrapper = shallowMount(textboxQuestion, {
|
const wrapper = shallowMount(textboxQuestion, {
|
||||||
global: {
|
global: {
|
||||||
directives: {
|
directives: {
|
||||||
|
|
@ -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