Log: WaitFor command shows "yourValue"-expect actual value

Bug reports.
Darwin
Posts: 26
Joined: Tue Jul 25, 2017 9:00 pm

Log: WaitFor command shows "yourValue"-expect actual value

Post by Darwin » Thu Oct 05, 2017 5:43 pm

I have the following command in a recording module:

Code: Select all

Wait For  | AttributeContains   | Text  | $jobName    | StatusTextBox
$jobName is set to value "BIG Job".

Log shows following entry:

Code: Select all

00:44.177 | Info | Wait | Waiting 10s for the attribute 'Text' to contain the specified value 'yourValue'. Associated repository item: '<parent>.StatusTextBox'
Expect to see:
Waiting 10s for the attribute 'Text' to contain the specified value 'BIG Job'. Associated repository item: '<parent>.StatusTextBox'

Or at least this, as log shows "Current variable values" at beginning:
Waiting 10s for the attribute 'Text' to contain the specified value '$jobName' Associated repository item: '<parent>.StatusTextBox'

McTurtle
Posts: 297
Joined: Thu Feb 23, 2017 10:37 am
Location: Benedikt, Slovenia

Re: Log: WaitFor command shows "yourValue"-expect actual value

Post by McTurtle » Fri Oct 06, 2017 2:11 pm

Hello Darwin,

'yourValue' looks very much like your default value. This makes me think that maybe the data source is not set correctly or there is something else wrong with the variable binding. Can you post screenshots of your data connector bindings in your next post?

Regards,
McTurtle