-
Notifications
You must be signed in to change notification settings - Fork 32
/
CHANGES.txt
54 lines (35 loc) · 916 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
0.3.5
-----
- Steps for capturing screenshots
0.3.4
-----
- Depend on an installable version of sure
- Bugfixes to lettuce_webdriver django steps (danni)
- Steps for frame selection (danni)
- Newer selenium dependency
- Better jQuery automagic
0.3.3
-----
- Reasonably complete selection of steps that use JQuery to find elements.
- Assorted bug-fixes
0.2.1
-----
- Fix the guard from 0.2, incompatible with recent selenium versions.
0.2
---
- Adding a guard to fail properly if the field is not found.
- API change: wait_for_content now expects a step as the first parameter
0.1.3
-----
- Added 'I should see ".." within X seconds' step.
- Added 'I should see an element with id of "http://bar.com/" within 2
seconds'.
0.1.2
-----
- Updated "press" step so it doesn't require 'When'
0.1.1
-----
- Fix bug with password field failing to be found.
0.1
---
- Initial version