Skip to content

Commit b63baa3

Browse files
committed
chore: unbreak integration tests by correcting path to auth.steps.robot
Correction for bddbae5 commit. Fix #1593
1 parent 6162b3c commit b63baa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/robotframework/site/main-page/misc-admin.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*** Settings ***
22
Documentation Verify required elements appearance on the main page from an admin
33
Library SeleniumLibrary
4-
Resource ../auth.steps.robot
4+
Resource ../../auth.steps.robot
55
Suite Setup Before Test Suite
66
Suite Teardown Close Browser
77
Force Tags misc main-page

src/test/robotframework/site/main-page/misc-user.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*** Settings ***
22
Documentation Verify required elements appearance on the main page from a user
33
Library SeleniumLibrary
4-
Resource ../auth.steps.robot
4+
Resource ../../auth.steps.robot
55
Suite Setup Before Test Suite
66
Suite Teardown Close Browser
77
Force Tags misc main-page

0 commit comments

Comments
 (0)