Skip to content

Commit 1d52a1e

Browse files
docstring refinements
1 parent 2ae186c commit 1d52a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def batch_info():
6969
@pytest.fixture(scope='session')
7070
def configuration(api_key: str, batch_info: BatchInfo):
7171
"""
72-
Creates a configuration for Applitools Eyes.
72+
Creates a configuration for Applitools Eyes to test 3 desktop browsers and 2 mobile devices.
7373
"""
7474

7575
# Construct the object
@@ -141,7 +141,7 @@ def eyes(
141141

142142
eyes = Eyes(runner)
143143
eyes.set_configuration(configuration)
144-
144+
145145
eyes.open(
146146
driver=webdriver,
147147
app_name='ACME Bank Web App',

0 commit comments

Comments
 (0)