Level 5
The $pid is equal to a number.
I'm trying to pass variables from a standalone page to my dusk test case, but cant seem to get it to work.
I new up'd the testVariables page
use Tests\Variables\TestVariables;
I'm trying to figure out how to pass the var $pid to my step in the test case.
->click('a[href="javascript:onedit('. $pid .');"]')
Please advise,
Please or to participate in this conversation.