Skip to content

Commit f47f704

Browse files
author
Lionel Bijaoui
committed
fix: buttonText instead of caption for unit test file
1 parent d4b25a9 commit f47f704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/fields/fieldSubmit.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("fieldSubmit.vue", function() {
1919
describe("check template", () => {
2020
let schema = {
2121
type: "submit",
22-
caption: "Submit form",
22+
buttonText: "Submit form",
2323
validateBeforeSubmit: false,
2424
onSubmit() {}
2525
};

0 commit comments

Comments
 (0)