mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Changed dataviz to red/green
This commit is contained in:
parent
b63f26f10b
commit
5c8b4f4ba3
@ -8,7 +8,7 @@ class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver:
|
||||
url: 'http://ninja.dev:8000/'
|
||||
url: 'http://ninja.dev:8000'
|
||||
host: 127.0.0.1
|
||||
window_size: 1024x768
|
||||
wait: 5
|
||||
|
@ -117,7 +117,7 @@ class APICest
|
||||
$response = curl_exec($curl);
|
||||
curl_close($curl);
|
||||
|
||||
Debug::debug('Response: ' . $response);
|
||||
//Debug::debug('Response: ' . $response);
|
||||
|
||||
return json_decode($response);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user