Skip to content

Commit

Permalink
fix: buttonText instead of caption for unit test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bijaoui committed Aug 29, 2016
1 parent d4b25a9 commit f47f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/fields/fieldSubmit.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("fieldSubmit.vue", function() {
describe("check template", () => {
let schema = {
type: "submit",
caption: "Submit form",
buttonText: "Submit form",
validateBeforeSubmit: false,
onSubmit() {}
};
Expand Down

0 comments on commit f47f704

Please sign in to comment.