We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1bc63 commit 2b0b41aCopy full SHA for 2b0b41a
src/TestStack.White.UITests.Old/UIItems/TextBoxTest.cs
@@ -39,11 +39,10 @@ public void EnterBulkText()
39
[Test]
40
public void CopyTest()
41
{
42
- textBox.Text = "userText";
43
- textBox.DoubleClick();
44
-
45
AttachedKeyboard attachedKeyboard = window.Keyboard;
+ textBox.Text = "userText";
46
attachedKeyboard.HoldKey(KeyboardInput.SpecialKeys.CONTROL);
+ attachedKeyboard.Enter("a");
47
attachedKeyboard.Enter("c");
48
attachedKeyboard.LeaveKey(KeyboardInput.SpecialKeys.CONTROL);
49
0 commit comments