
| Key: |
WTR-160
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
Bret Pettichord
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Watir
Created: 04/Jun/07 01:45 PM
Updated: 24/Nov/08 02:04 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
Soon
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Watir#wait_until is currently packaged as an instance method, and thus treats Watir as a module. But it really isn't designed that way. This method should probably be attached to the global object. Or else put on a bonafide mix in method.
Watir.until_with_timeout is currently packages a class method. Probably this just be phased out in favor of wait_until.
|
|
Description
|
Watir#wait_until is currently packaged as an instance method, and thus treats Watir as a module. But it really isn't designed that way. This method should probably be attached to the global object. Or else put on a bonafide mix in method.
Watir.until_with_timeout is currently packages a class method. Probably this just be phased out in favor of wait_until. |
Show » |
| There are no comments yet on this issue.
|
|