You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -166,7 +166,7 @@ public async Task Gui_OnPackageLoadButtonClick_Success_FetchesPackageAndShowsVer
166
166
167
167
// Assert.
168
168
fixture.VerifyAll();
169
-
awaitVerify(sut._versionsList);// Replace with `fixture.GetElementById<IUIWrap>(Ids.VersionsList)` once https://github.com/DevToys-app/DevToys/issues/1406 is fixed.
Assert.True(sut._cheatSheetNpmDataGrid.IsVisible);// Replace with `fixture.GetElementById<IUIWrap>(Ids.CheatSheetNpmDataGrid)` once https://github.com/DevToys-app/DevToys/issues/1406 is fixed.
324
-
Assert.False(sut._cheatSheetNuGetDataGrid.IsVisible);// Replace with `fixture.GetElementById<IUIWrap>(Ids.CheatSheetNuGetDataGrid)` once https://github.com/DevToys-app/DevToys/issues/1406 is fixed.
Assert.False(sut._cheatSheetNpmDataGrid.IsVisible);// Replace with `fixture.GetElementById<IUIWrap>(Ids.CheatSheetNpmDataGrid)` once https://github.com/DevToys-app/DevToys/issues/1406 is fixed.
368
-
Assert.True(sut._cheatSheetNuGetDataGrid.IsVisible);// Replace with `fixture.GetElementById<IUIWrap>(Ids.CheatSheetNuGetDataGrid)` once https://github.com/DevToys-app/DevToys/issues/1406 is fixed.
Assert.False(sut._cheatSheetNpmDataGrid.IsVisible);// Replace with `fixture.GetElementById<IUIWrap>(Ids.CheatSheetNpmDataGrid)` once https://github.com/DevToys-app/DevToys/issues/1406 is fixed.
418
-
Assert.False(sut._cheatSheetNuGetDataGrid.IsVisible);// Replace with `fixture.GetElementById<IUIWrap>(Ids.CheatSheetNuGetDataGrid)` once https://github.com/DevToys-app/DevToys/issues/1406 is fixed.
0 commit comments