Skip to content

Commit 8f368d5

Browse files
committed
Updated files as per the comment
1 parent 3cd6526 commit 8f368d5

File tree

1 file changed

+1
-1
lines changed
  • app/javascript/components/pages/admin/form-builder/components/fields-tab

1 file changed

+1
-1
lines changed

Diff for: app/javascript/components/pages/admin/form-builder/components/fields-tab/component.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe("<FieldsTab />", () => {
1717
});
1818

1919
it("should render <FieldsTab />", () => {
20-
expect(screen.getByText("fields.add_field")).toBeInTheDocument();
20+
expect(screen.getByText("forms.fields")).toBeInTheDocument();
2121
});
2222

2323
xit("should render <FieldsList />", () => {

0 commit comments

Comments
 (0)