Skip to content

Commit

Permalink
correct test titlefor invalid timeZone
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlighthouses committed Jul 18, 2023
1 parent 68c1b52 commit 0363eb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe("DateTimeSelectorSection", function () {
);
});

it("A datetime selector can be formatted with a timeZone +11", async function () {
it("A datetime selector will default to isoDate if an invalid timeZone is entered", async function () {
wmsItem.setTrait("definition", "timeZone", "+ee");
expect(buttons).toBeDefined();
expect(buttons.length).toEqual(5);
Expand Down

0 comments on commit 0363eb7

Please sign in to comment.