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 8f9f510 commit 80bb3ecCopy full SHA for 80bb3ec
docs/api/wait_strategies.md
@@ -7,7 +7,6 @@ _ = Wait.ForUnixContainer()
7
.UntilInternalTcpPortIsAvailable(80)
8
.UntilFileExists("/tmp/foo")
9
.UntilFileExists("/tmp/bar")
10
- .UntilOperationIsSucceeded(() => true, 1)
11
.AddCustomWaitStrategy(new MyCustomWaitStrategy());
12
```
13
0 commit comments