(timeout time.Duration, count int)
| 386 | } |
| 387 | |
| 388 | func (w *When) WaitForWorkflowListCount(timeout time.Duration, count int) *When { |
| 389 | w.t.Helper() |
| 390 | return w.waitForWorkflowListCount(timeout+timeoutBias, w.listOptions().LabelSelector, count) |
| 391 | } |
| 392 | |
| 393 | func (w *When) waitForWorkflowListCount(timeout time.Duration, labelSelector string, count int) *When { |
| 394 | w.t.Helper() |