This should fix tests

This commit is contained in:
James Cole
2017-03-16 20:46:18 +01:00
parent d618ddc8c5
commit 2db8d25038
9 changed files with 147 additions and 51 deletions

View File

@@ -54,6 +54,8 @@ class JavascriptControllerTest extends TestCase
*/
public function testVariables(string $range)
{
$this->be($this->user());
$this->changeDateRange($this->user(), $range);
$response = $this->get(route('javascript.variables'));