Skip to content

Commit d54618b

Browse files
committed
change the name of the function from yes to no
1 parent c70f863 commit d54618b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/FirstStep.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ describe("FirstStep.vue", () => {
2727
expect(wrapper.vm.cardText).toBe("stepper.FS.not-selected");
2828
});
2929

30-
it("Checks if the yesText function returns correct answer", () => {
30+
it("Checks if the yesText function returns correct answer ", () => {
3131
expect(wrapper.vm.yesText).toBe("stepper.FS.selected");
3232
});
3333

34-
it("Checks if the yesText function returns correct answer", () => {
34+
it("Checks if the noText function returns correct answer", () => {
3535
expect(wrapper.vm.noText).toBe("stepper.FS.not-selected");
3636
});
3737

0 commit comments

Comments
 (0)