Skip to content

Commit fafb992

Browse files
committed
add tests and update changelist log
1 parent 1f7bf75 commit fafb992

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Release Notes
33

44
1.7 (unreleased)
55
----------------
6+
- Fixed ‘NoSuchWindowException' issue. Running keyword 'Select Window' after 'Close Window'
7+
will trigger this issue if locator has prefix 'name=','title=' or 'url='. Also fixed same
8+
issue for keywords 'Get Window Ids', 'Get Window Titles' and 'Get Window Names'.
9+
[divfor]
10+
611
- Corrected error message in new keyword 'Wait Until Element Is Not
712
Visible' to reflect element being visible instead of not visible.
813
[joepurdy]

test/acceptance/windows.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ Get and Set Window Position
5050
Should Be Equal ${position_x} ${returned_x}
5151
Should Be Equal ${position_y} ${returned_y}
5252

53+
Select Window By Title After Close Window
54+
Cannot Be Executed in IE
55+
Open Popup Window, Select It And Verify myName
56+
Close Popup Window And Select Main Window By Title
57+
58+
Get Window Titles After Close Window
59+
[Tags] Known Issue - TravisCI
60+
Cannot Be Executed in IE
61+
Open Popup Window, Select It And Verify myName
62+
Close Window
63+
${titles}= Get Window Titles
5364

5465
*Keywords*
5566
Open Popup Window, Select It And Verify
@@ -66,3 +77,7 @@ Select Main Window And Verify
6677
Do Action In Popup Window And Verify
6778
Click Link change title
6879
Title Should Be Changed
80+
81+
Close Popup Window And Select Main Window By Title
82+
Close Window
83+
Select Window title=Click link to show a popup window

0 commit comments

Comments
 (0)