Project

General

Profile

Actions

action #283

closed

add function to verify a needle is no longer present

Added by coolo almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Development
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.

Actions #1

Updated by aplanas almost 11 years ago

  • Target version set to T03. Remove the MD5 approach and create a new API semantic
Actions #2

Updated by aplanas almost 11 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
Actions #3

Updated by aplanas almost 11 years ago

  • Start date deleted (2013-03-17)
Actions #4

Updated by aplanas almost 11 years ago

  • Due date deleted (2013-04-15)
  • Start date set to 2013-04-14
Actions #5

Updated by aplanas almost 11 years ago

  • Due date set to 2013-04-14
  • Start date changed from 2013-04-14 to 2013-04-05
Actions #6

Updated by aplanas almost 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 #7

Updated by aplanas almost 11 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF