提交 3e466591 编写于 作者: D David Poeschl 提交者: GitHub

Merge pull request #20260 from dpoeschl/UseCorrectRenameFieldTag

Use the new valid rename field tag id in integration tests
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.HighlightTags;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.VisualStudio.IntegrationTest.Utilities.Input;
......@@ -9,7 +10,7 @@ public class InlineRenameDialog_OutOfProc : OutOfProcComponent
{
private const string ChangeSignatureDialogAutomationId = "InlineRenameDialog";
public string ValidRenameTag => "RoslynRenameValidTag";
public string ValidRenameTag => RenameFieldBackgroundAndBorderTag.TagId;
public InlineRenameDialog_OutOfProc(VisualStudioInstance visualStudioInstance)
: base(visualStudioInstance)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册