Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable integration tests #25151

Merged
merged 9 commits into from
Mar 3, 2018
Merged

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Mar 1, 2018

Fixes #17631
Fixes #17634
Fixes #18295

Closes #6587
Closes #17640
Closes #19232
Closes #20219

@sharwell sharwell changed the title [WIP] Enable integration tests Enable integration tests Mar 2, 2018
@@ -33,6 +33,19 @@ public void VerifyClosed()
DialogHelpers.FindDialogByAutomationId(GetMainWindowHWnd(), ChangeSignatureDialogAutomationId, isOpen: false);
}

public bool CloseWindow()
{
// FindDialog will wait until the dialog is closed, so the return value is unused.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...but then you use it? :-)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy/paste bug...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants