Skip to content

Commit a8447ad

Browse files
committed
updates
1 parent 740e2e5 commit a8447ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/maker/canvas-apps/working-with-test-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ Before you play the recording back with recent changes, you must publish the app
144144

145145
![Play without publishing](./media/working-with-test-studio/publish-test-studio-changes.png)
146146

147-
> [!IMPORTANT]
148-
> If you skip, the recording play back will not contain your recent test changes. The last published test case or suite will play against the app.
147+
> [!IMPORTANT]
148+
> If you skip, the recording play back will not contain your recent test changes. The last published test case or suite will play against the app.
149149
150150
1. Click **Publish**. This automatically saves and publishes your test.
151151

@@ -252,7 +252,7 @@ In this quickstart, you'll create two custom entities in Common Data Service dat
252252
3. Input an expression to process the results of your test. The following sample saves each test case results to the custom AppTestResults entity in Common Data Service. The test results can optionally be stored to SQL, SharePoint, or any other data source. You may need to set or increase the Trace field in your data source as required.
253253

254254
> [!NOTE]
255-
> The following samples require a [Common Data Service connection](https://docs.microsoft.com/connectors/commondataservice/). You can create a [simple app](data-platform-create-app.md) or [build an app from scratch](data-platform-create-app-scratch.md) using Common Data Service. Also, refer to the [Patch](./functions/function-patch.md) function reference more details to modify records of a data source used in following samples.
255+
> The following samples require a [Common Data Service connection](https://docs.microsoft.com/connectors/commondataservice/). You can create a [simple app](data-platform-create-app.md) or [build an app from scratch](data-platform-create-app-scratch.md) using Common Data Service. Also, refer to the [Patch](./functions/function-patch.md) function reference for more details to modify records of a data source used in following samples.
256256
257257
```
258258
//Save to Common Data Service

0 commit comments

Comments
 (0)