Skip to content

Commit

Permalink
Fix CollegeForm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Yasuchenya authored and Artyom Kravchenko committed Sep 28, 2021
1 parent 7fcfec2 commit 631fc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-html/src/tests/preferences/CollegeForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("College Form component", () => {
mockedAPI.db.preference[PreferencesModel.CollegeName.uniqueKey],
);

expect(wrapper.find("#oncourse-server-timezone-default div[role='button']").text()).toEqual(
expect(wrapper.find("#oncourse-server-timezone-default input").getDOMNode().value).toEqual(
mockedAPI.db.preference[PreferencesModel.CollegeTimezone.uniqueKey],
);

Expand Down

0 comments on commit 631fc4b

Please sign in to comment.