We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e34087 commit 39e219bCopy full SHA for 39e219b
src/material/timepicker/testing/timepicker-harness.ts
@@ -59,6 +59,8 @@ export class MatTimepickerHarness extends ComponentHarness {
59
throw Error(`Could not find a mat-option matching ${JSON.stringify(filters)}`);
60
}
61
await options[0].click();
62
+ // Wait for the timepicker to close after selection
63
+ await this.waitForTasksOutsideAngular();
64
65
66
/** Gets the selector that can be used to find the timepicker's panel. */
0 commit comments