$this->assertCommand(array_slice($commands,2,1),array('data'=>$expected_js_html),format_string('Page now has the %js file.',array('%js'=>$expected['js'])));
$this->assertCommand(array_slice($commands,2,1),array('data'=>$expected_js_html),format_string('Page now has the %js file.',array('%js'=>$expected['js'])));
}
}
/**
* Tests that drupalSettings.currentPath is not updated on AJAX requests.