Skip to content

Commit

Permalink
Merge pull request #457 from rtomac/1.7.2-release
Browse files Browse the repository at this point in the history
Prepare for 1.7.2 release
  • Loading branch information
zephraph committed Jul 22, 2015
2 parents d88545d + 2966128 commit 53b6c7a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

1.7.2 (Unreleased)
1.7.2
----------------
- Added an argument called screenshot_root_directory that can be passed into S2L's
constructor to specify where to store screenshots.
Expand Down
1 change: 1 addition & 0 deletions src/Selenium2Library/keywords/_formelement.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
from keywordgroup import KeywordGroup
from selenium.common.exceptions import WebDriverException

class _FormElementKeywords(KeywordGroup):

Expand Down
2 changes: 1 addition & 1 deletion src/Selenium2Library/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.7.1'
VERSION = '1.7.2'
13 changes: 0 additions & 13 deletions test/acceptance/keywords/input_text_into_prompt.robot

This file was deleted.

9 changes: 7 additions & 2 deletions test/acceptance/keywords/javascript.robot
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ Read Alert Message
Dismiss Alert
Run Keyword And Expect Error There were no alerts Get Alert Message

Input Text Into Prompt
[Setup] Go To Page "javascript/alert_prompt.html"
Click Element css=button
Input Text Into Prompt myname
Dismiss Alert
Page Should Contain myname

Mouse Down On Link
[TAGS] Known Issue - Firefox
[Setup] Go To Page "javascript/mouse_events.html"
Expand Down Expand Up @@ -84,5 +91,3 @@ Drag and Drop by Offset
Element Text Should Be id=droppable Drop here
Drag and Drop by Offset id=draggable ${100} ${20}
Element Text Should Be id=droppable Dropped!


0 comments on commit 53b6c7a

Please sign in to comment.