| 13 | const QUEUE_WAIT_TIME: number = 600000; // Sometimes SauceLabs threads are not available and the tests wait in a queue to start. Wait 10 min before timeout. |
| 14 | |
| 15 | interface ElementTuple { |
| 16 | label: UIElement, |
| 17 | button: UIElement, |
| 18 | } |
| 19 | |
| 20 | describe("ngForOf scenario", function () { |
| 21 | this.retries(2); |
nothing calls this directly
no outgoing calls
no test coverage detected