We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70f863 commit d54618bCopy full SHA for d54618b
tests/unit/FirstStep.spec.js
@@ -27,11 +27,11 @@ describe("FirstStep.vue", () => {
27
expect(wrapper.vm.cardText).toBe("stepper.FS.not-selected");
28
});
29
30
- it("Checks if the yesText function returns correct answer", () => {
+ it("Checks if the yesText function returns correct answer ", () => {
31
expect(wrapper.vm.yesText).toBe("stepper.FS.selected");
32
33
34
+ it("Checks if the noText function returns correct answer", () => {
35
expect(wrapper.vm.noText).toBe("stepper.FS.not-selected");
36
37
0 commit comments