File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Suite Teardown
44Resource ../Keywords/LaunchApplication.robot
55Resource ../Keywords/CreateAnAccountKeywords.robot
66
7+ *** Settings ***
8+ Test Teardown Clear SUT To Initial State
9+
710*** Test Cases ***
811CreateAnAccountTest
912 Launch Application
@@ -13,4 +16,4 @@ CreateAnAccountTest
1316 Enter Your Personal Information
1417 Enter Your Address
1518 Click Register button
16- [Teardown] Clear SUT To Initial State
19+ # [Teardown] Clear SUT To Initial State
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ Suite Teardown
44Resource ../Keywords/LaunchApplication.robot
55Resource ../Keywords/SearchKeywords.robot
66
7+ *** Settings ***
8+ Test Teardown Clear SUT To Initial State
79
810*** Test Cases ***
911SearchTest
1012 Launch Application
1113 Search a Keyword
1214 Verify Search Result Page is shown
13- [Teardown] Clear SUT To Initial State
15+ # [Teardown] Clear SUT To Initial State
You can’t perform that action at this time.
0 commit comments