Skip to content

Commit c9248dc

Browse files
author
Pavel Anihimovsky
committed
Merge branch 'master' of github.com:aquality-automation/aquality-appium-mobile-dotnet
2 parents 397e38d + e2253d8 commit c9248dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace Aquality.Appium.Mobile.Tests.Samples.Android.ApiDemosScreens
7777

7878
### ScreenFactory
7979

80-
When you automate tests for both iOS and Android platforms it is good to have only one set of tests and different implementations of screens. `ScreenFactory` allows to do this. You can define abstract classes for your screens and have different implementations for iOS and Android platforms. After that you can use `ScreenFactory` to resolve necessary screen depending on the chosen platform.
80+
When you automate tests for both iOS and Android platforms it is good to have only one set of tests and different implementations of screens. `ScreenFactory` allows to do this. You can define abstract classes for your screens and have different implementations for iOS and Android platforms. After that you can use `ScreenFactory` to resolve a necessary screen depending on the chosen platform.
8181

8282
1. Set `screensLocation` property in `settings.json`. It is a name of Assembly where you define screens.
8383

0 commit comments

Comments
 (0)