Skip to content

Commit 76b897c

Browse files
committed
touch ups after review on staging
1 parent 4408105 commit 76b897c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/test/test-uwp-app-with-coded-ui-test.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The first step is to create a simple UWP app to run the test against.
127127

128128
![AutomationID in Add Assertion dialog](../test/media/automation-id.png)
129129

130-
1. Add code to the test method to launch the UWP app. In **Solution Explorer**, open *CodedUITest1.cs* or *CodedUITest1.vb*. Above the called to `AssertMethod1`, add code to launch the UWP app:
130+
1. Add code to the test method to launch the UWP app. In **Solution Explorer**, open *CodedUITest1.cs* or *CodedUITest1.vb*. Above the call to `AssertMethod1`, add code to launch the UWP app:
131131

132132
```csharp
133133
XamlWindow.Launch("af5ecd75-f252-45a1-9e7e-c6f1d8f054ff_0q1pp7qrjexbp!App")
@@ -150,6 +150,7 @@ The first step is to create a simple UWP app to run the test against.
150150

151151
```vb
152152
Gesture.Tap(Me.UIMap.UIUWPAppWindow.UIButtonButton)
153+
```
153154

154155
After adding the code, the complete `CodedUITestMethod1` test method should appear as follows:
155156

0 commit comments

Comments
 (0)