Skip to content
Snippets Groups Projects
Unverified Commit da9125f8 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix double await syntax in a FE unit test (#41435)

parent 176f6317
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ describe("TimeFilterPicker", () => {
it("should handle invalid input", async () => {
const { getNextFilterParts } = setup();
await await typeTime(
await typeTime(
screen.getByDisplayValue("00:00") as HTMLInputElement,
"32:71",
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment