Skip to content

Commit e2253d8

Browse files
authored
Update README.md
1 parent a40ef4e commit e2253d8

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
@@ -80,7 +80,7 @@ namespace Aquality.Appium.Mobile.Tests.Samples.Android.ApiDemosScreens
8080

8181
### ScreenFactory
8282

83-
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.
83+
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.
8484

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

0 commit comments

Comments
 (0)