Skip to content

Commit

Permalink
TECH: screenshot tests lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
sumin93 committed Jul 18, 2023
1 parent 7a724ad commit a39ff8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial/Screenshot_tests_2.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ class LoadUserScreenshots : DocLocScreenshotTestCase(locales = "en, fr") {

Данная проблема решается очень просто – в качестве параметра в метод `launchFragmentInContainer` можно передать стиль, который должен использоваться внутри фрагмента, его можно найти в манифесте приложения

<img src="../images/screenshot_tests_2/style.png" alt="Style"
<img src="../images/screenshot_tests_2/style.png" alt="Style"/>

Передать этот стиль в метод `launchFragmentInContainer` можно следующим образом:

Expand Down

0 comments on commit a39ff8b

Please sign in to comment.