Skip to content

Commit 5859883

Browse files
committed
Moved Shadow DOM tests to a separate folder
Since we need to import the library with different arguments, I decide to move the tests into a model similar to the plugin and event driven webdriver tests.
1 parent 2c230c4 commit 5859883

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: atest/acceptance/locators/piercing_shadowdom.robot renamed to atest/acceptance/3-shadow_dom/piercing_shadowdom.robot

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
*** Settings ***
22
Documentation Tests different supported xpath strategies
3+
Library SeleniumLibrary shadowdom_piercing=True
4+
Resource resource_shadowdom.robot
5+
Suite Setup Open Browser ${FRONT_PAGE} ${BROWSER} alias=shadowdom
6+
... remote_url=${REMOTE_URL}
7+
Suite Teardown Close All Browsers
38
Test Setup Go To Page "shadow_dom.html"
4-
Resource ../resource.robot
59

610
*** Test Cases ***
711
Multiple Locators with double arrows as separator should work
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*** Settings ***
2+
Resource ../variables.robot
3+
4+
*** Keywords ***
5+
Go To Page "${relative url}"
6+
[Documentation] Goes to page
7+
Go To ${ROOT}/${relative url}

0 commit comments

Comments
 (0)