action #283
closed
add function to verify a needle is no longer present
Added by coolo almost 12 years ago.
Updated over 11 years ago.
Description
e.g. in the timezone test we want to verify that after alt-n appears a different screen. but we don't care which one (for that test).
So a function that waits for a specified time for a needle to disappear is needed.
- Target version set to T03. Remove the MD5 approach and create a new API semantic
- Assignee set to coolo
- Category set to Development
- Due date set to 2013-04-15
- Estimated time set to 6.00 h
- Start date changed from 2013-03-29 to 2013-03-17
- Start date deleted (
2013-03-17)
- Due date deleted (
2013-04-15)
- Start date set to 2013-04-14
- Due date set to 2013-04-14
- Start date changed from 2013-04-14 to 2013-04-05
coolo: you can easily replace that possible function with a 2 liner
while (checkneedle('timezone', 1)) { sleep 1 }
we can still refactor if we find it in 100 places
- Status changed from New to Closed
Also available in: Atom
PDF