Actions
action #283
closedadd function to verify a needle is no longer present
Status:
Closed
Priority:
Normal
Assignee:
Category:
Development
Target version:
Start date:
2013-04-05
Due date:
2013-04-14
% Done:
0%
Estimated time:
6.00 h
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.
Updated by aplanas almost 12 years ago
- Target version set to T03. Remove the MD5 approach and create a new API semantic
Updated by aplanas almost 12 years ago
- 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
Updated by aplanas almost 12 years ago
- Due date deleted (
2013-04-15) - Start date set to 2013-04-14
Updated by aplanas almost 12 years ago
- Due date set to 2013-04-14
- Start date changed from 2013-04-14 to 2013-04-05
Updated by aplanas over 11 years ago
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
Actions