Skip to content

Commit d63f100

Browse files
committed
Reset Application State is suite setup, not in test setup
1 parent aa5fb5a commit d63f100

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

atest/Keywords.resource

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Setup Suite For Screenshots
8181
[Arguments] ${folder}
8282
Set Screenshot Directory ${SCREENSHOTS DIR}${/}${folder}
8383
Set Tags lab:${LAB VERSION}
84+
Reset Application State
8485

8586
Initialize User Settings
8687
Create File

atest/__init__.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Resource Keywords.resource
33

44
Suite Setup Setup Server and Browser
55
Suite Teardown Tear Down Everything
6-
Test Setup Reset Application State
76
Test Teardown Lab Log Should Not Contain Known Error Messages
87

98
Test Tags os:${os.lower()} py:${py}

0 commit comments

Comments
 (0)