提交 e20f714a 编写于 作者: C CyrusNajmabadi

Update tests.

上级 7dd9e011
......@@ -34,7 +34,7 @@ Class C
End Class");
InvokeCodeActionList();
VerifyCodeAction("Generate 'Equals(object)'...", applyFix: true, blockUntilComplete: false);
VerifyCodeAction("Generate Equals(object)...", applyFix: true, blockUntilComplete: false);
VerifyDialog(isOpen: true);
Dialog_ClickCancel();
VerifyTextContains(
......@@ -63,7 +63,7 @@ Class C
End Class");
InvokeCodeActionList();
VerifyCodeAction("Generate 'Equals(object)'...", applyFix: true, blockUntilComplete: false);
VerifyCodeAction("Generate Equals(object)...", applyFix: true, blockUntilComplete: false);
VerifyDialog(isOpen: true);
Dialog_ClickOk();
WaitForAsyncOperations(FeatureAttribute.LightBulb);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册