Releases: goblinfactory/Draki
Releases · goblinfactory/Draki
V0.2.0.0
[0.2.0.0] - 2018-04-24
Added
- marked
LeftClick()andLinkClick()tests as[Category(Category.FLAKEY)]: Have not worked out yet why these tests are failing. Re-running these tests and they pass. It's on the backlog to find out why. - new test
WindowSwitchToTitleContainingTest() - new test
WindowSwitchToNonExistentThrowsTest(): move the slow part of the test into a seperate test and mark asVerySlow. - new test
SwitchToPopupTest(): test popup windows. - two link buttons to
TestApplication/Views/Home/Index.cshtmlto launch pop up windows for testing.
Changed
I.Switch.Window(x)now switches to windows where url containsxor window title containsx. Previously it was url endswith, which would fail if your url contained query params.- added counting elements to
CountTests.cs.
Fixed
- fixed bug
No target with given idthat sometimes occurrs when switching windows with alerts and where size of window changes. - home button on
TestApplication/Views/Shared/Layout.cshtmldid not take you back to home. Useful to have this link working when manually debugging.
V0.1.0.3
draft first release ready for testing.