Commit 225e78262dc85c946cb123d575e24603e0804a4f

Authored by selurvedu
1 parent 88de4ce2

Rename TestSuiteSetup to Test Suite Setup

@@ -11,7 +11,7 @@ Documentation @@ -11,7 +11,7 @@ Documentation
11 ... test suites or by brokers' keyword libraries (also known as drivers). 11 ... test suites or by brokers' keyword libraries (also known as drivers).
12 12
13 *** Keywords *** 13 *** Keywords ***
14 -TestSuiteSetup 14 +Test Suite Setup
15 Set Selenium Implicit Wait 5 s 15 Set Selenium Implicit Wait 5 s
16 Set Selenium Timeout 10 s 16 Set Selenium Timeout 10 s
17 Завантажуємо дані про користувачів і майданчики 17 Завантажуємо дані про користувачів і майданчики
@@ -3,7 +3,7 @@ Library op_robot_tests.tests_files.service_keywords @@ -3,7 +3,7 @@ Library op_robot_tests.tests_files.service_keywords
3 Library Collections 3 Library Collections
4 Resource keywords.robot 4 Resource keywords.robot
5 Resource resource.robot 5 Resource resource.robot
6 -Suite Setup TestSuiteSetup 6 +Suite Setup Test Suite Setup
7 Suite Teardown Close all browsers 7 Suite Teardown Close all browsers
8 8
9 9
@@ -6,7 +6,7 @@ Library Selenium2Library @@ -6,7 +6,7 @@ Library Selenium2Library
6 Library DebugLibrary 6 Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 -Suite Setup TestSuiteSetup 9 +Suite Setup Test Suite Setup
10 Suite Teardown Close all browsers 10 Suite Teardown Close all browsers
11 11
12 *** Variables *** 12 *** Variables ***
@@ -6,7 +6,7 @@ Library Selenium2Library @@ -6,7 +6,7 @@ Library Selenium2Library
6 Library DebugLibrary 6 Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 -Suite Setup TestSuiteSetup 9 +Suite Setup Test Suite Setup
10 Suite Teardown Close all browsers 10 Suite Teardown Close all browsers
11 11
12 *** Variables *** 12 *** Variables ***
@@ -6,7 +6,7 @@ Library Selenium2Library @@ -6,7 +6,7 @@ Library Selenium2Library
6 Library DebugLibrary 6 Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 -Suite Setup TestSuiteSetup 9 +Suite Setup Test Suite Setup
10 Suite Teardown Close all browsers 10 Suite Teardown Close all browsers
11 11
12 *** Variables *** 12 *** Variables ***
1 *** Settings *** 1 *** Settings ***
2 Resource keywords.robot 2 Resource keywords.robot
3 Resource resource.robot 3 Resource resource.robot
4 -Suite Setup TestSuiteSetup 4 +Suite Setup Test Suite Setup
5 Suite Teardown Close all browsers 5 Suite Teardown Close all browsers
6 6
7 *** Variables *** 7 *** Variables ***
@@ -6,7 +6,7 @@ Library Selenium2Library @@ -6,7 +6,7 @@ Library Selenium2Library
6 Library DebugLibrary 6 Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 -Suite Setup TestSuiteSetup 9 +Suite Setup Test Suite Setup
10 Suite Teardown Close all browsers 10 Suite Teardown Close all browsers
11 11
12 *** Variables *** 12 *** Variables ***
@@ -6,7 +6,7 @@ Library Selenium2Library @@ -6,7 +6,7 @@ Library Selenium2Library
6 Library DebugLibrary 6 Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 -Suite Setup TestSuiteSetup 9 +Suite Setup Test Suite Setup
10 Suite Teardown Close all browsers 10 Suite Teardown Close all browsers
11 11
12 *** Variables *** 12 *** Variables ***
Please register or login to post a comment