Skip to content

Commit

Permalink
Fixed prompt test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Jul 22, 2015
1 parent e829985 commit 2966128
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
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 2966128

Please sign in to comment.