4 references to SelectAnIntegrationToAdd
Aspire.Cli.EndToEnd.Tests (4)
EmulatedLocalReleaseBuildTests.cs (1)
274
await auto.WaitUntilTextAsync(AddCommandStrings.
SelectAnIntegrationToAdd
, timeout: TimeSpan.FromMinutes(1));
EmulatedReleasedBuildTests.cs (1)
187
await auto.WaitUntilTextAsync(AddCommandStrings.
SelectAnIntegrationToAdd
, timeout: TimeSpan.FromMinutes(1));
EmulatedStagingBuildTests.cs (1)
219
await auto.WaitUntilTextAsync(AddCommandStrings.
SelectAnIntegrationToAdd
, timeout: TimeSpan.FromMinutes(1));
StartStopTests.cs (1)
490
await auto.WaitUntilTextAsync(AddCommandStrings.
SelectAnIntegrationToAdd
, timeout: TimeSpan.FromMinutes(1));