Skip to content
Snippets Groups Projects
Verified Commit 922ca4ac authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #11895 TIME 4:15 Test E2E + fix TIME

parent 34e9ccf8
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ variables:
stages:
- test
- deploy
before_script:
- apt-get update -yqq > /dev/null
......
......@@ -21,6 +21,7 @@ exports.config = {
}
],
chromeDriver: '/usr/bin/chromedriver',
maxSessions: 1,
onPrepare: () => {
browser.driver.getCapabilities().then(function(caps){
......
......@@ -118,7 +118,7 @@ class DiffusionTypesControllerTest extends TestCase
$args = [
'notification' => [
'diffusion_type' => 'dest_user',
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT'
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT,ESIG'
],
'request' => 'recipients',
'event' => [
......@@ -169,7 +169,7 @@ class DiffusionTypesControllerTest extends TestCase
$args = [
'notification' => [
'diffusion_type' => 'dest_user',
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT'
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT,ESIG'
],
'request' => 'res_id',
'event' => [
......@@ -220,7 +220,7 @@ class DiffusionTypesControllerTest extends TestCase
$args = [
'notification' => [
'diffusion_type' => 'dest_entity',
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT'
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT,ESIG'
],
'request' => 'res_id',
'event' => [
......@@ -279,7 +279,7 @@ class DiffusionTypesControllerTest extends TestCase
$args = [
'notification' => [
'diffusion_type' => 'dest_user_sign',
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT'
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT,ESIG'
],
'request' => 'res_id',
'event' => [
......@@ -338,7 +338,7 @@ class DiffusionTypesControllerTest extends TestCase
$args = [
'notification' => [
'diffusion_type' => 'dest_user_visa',
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT'
'diffusion_properties' => 'NEW,COU,CLO,END,ATT,VAL,INIT,ESIG'
],
'request' => 'res_id',
'event' => [
......
......@@ -103,7 +103,7 @@ class SignatureBookControllerTest extends TestCase
'sequence' => 0,
'item_id' => $userInfo['id'],
'item_type' => 'user_id',
'item_mode' => 'dest',
'item_mode' => 'sign',
'added_by_user' => $GLOBALS['id'],
'viewed' => 0,
'difflist_type' => 'VISA_CIRCUIT'
......@@ -445,7 +445,7 @@ class SignatureBookControllerTest extends TestCase
'sequence' => 0,
'item_id' => $userInfo['id'],
'item_type' => 'user_id',
'item_mode' => 'dest',
'item_mode' => 'sign',
'added_by_user' => $GLOBALS['id'],
'viewed' => 0,
'difflist_type' => 'VISA_CIRCUIT'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment