Closed
Bug 569655
Opened 15 years ago
Closed 15 years ago
Python Selenium RC Review: forum_deletion
Categories
(Testing Graveyard :: WebQA, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tgavankar, Unassigned)
References
Details
Attachments
(1 file)
Python test forum_deletion for review.
This is an automated test for the forum deletion bug 569310 using those STR.
Attachment #448798 -
Flags: review?(vish.mozilla)
Comment 1•15 years ago
|
||
Add comments when using xpaths. Describe what the xpath is, 'Reply' link, Delete link etc.
Reporter | ||
Comment 2•15 years ago
|
||
Added those comments - not going to reattach, but relevant lines/comments:
#delete link of second to last
sel.click("//li[@id='post-" + str(int(postNum)-1) + "']/div/div/a[2]")
sel.wait_for_page_to_load(vars.ConnectionParameters.page_load_timeout)
#confirmation dialogue for deletion
sel.click("//form/input")
Updated•15 years ago
|
Attachment #448798 -
Flags: review?(vish.mozilla) → review+
Reporter | ||
Comment 3•15 years ago
|
||
Committed to SVN
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•