Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,10 @@ protected override DynamoModel.IStartConfiguration CreateStartConfiguration(IPat
// NoNetworkMode on the view is what drives the XAML DataTrigger that disables the
// Install Specified Version button. Asserting the property directly is intentional:
// WPF triggers do not fire until the visual tree is fully realized, which is not
// guaranteed in a headless NUnit run.
// guaranteed in a headless NUnit run. See WhenNoNetworkModeThenWorkspaceReferencesInstallButtonIsDisabled
// in AGT tests for the UI-level assertion.
[Test]
public void WhenNoNetworkModeThenWorkspaceReferencesInstallButtonIsDisabled()
public void WhenNoNetworkModeThenDependencyViewNoNetworkModeIsTrue()
{
RaiseLoadedEvent(this.View);
var extensionManager = View.viewExtensionManager;
Expand Down
Loading