Skip to content

Commit 287f416

Browse files
mukeshkphp-coder
authored andcommitted
test(collection/add-series) : add integration test for adding series to user's collection
Fix #1084
1 parent 471a871 commit 287f416

File tree

1 file changed

+20
-0
lines changed
  • src/test/robotframework/collection/add-series

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
*** Settings ***
2+
Documentation Verify add series to user's collection
3+
Library SeleniumLibrary
4+
Resource ../../auth.steps.robot
5+
Suite Setup Before Test Suite
6+
Suite Teardown Close Browser
7+
Force Tags collection series logic
8+
9+
*** Test Cases ***
10+
Add a series to user's collection
11+
[Tags] unstable
12+
Go To ${SITE_URL}/series/2
13+
Submit Form id=add-series-form
14+
Page Should Contain Link css=[href="/series/2"]
15+
16+
*** Keywords ***
17+
Before Test Suite
18+
Open Browser ${SITE_URL}/account/auth ${BROWSER}
19+
Register Keyword To Run On Failure Log Source
20+
Log In As login=seriesowner password=test

0 commit comments

Comments
 (0)