When I execute all test, the scenario The scenario consist in test the normal behavior of SmartLogger application present on SmartLoggerTestIntegrationML_I failed during process.
In fact, at the end of this test, I get this error : org.scalatest.exceptions.TestFailedException: 1 did not equal 5. So how can we fix it to execute the test with success ?
When I execute all test, the scenario
The scenario consist in test the normal behavior of SmartLogger application
present on SmartLoggerTestIntegrationML_I failed during process. In fact, at the end of this test, I get this error :org.scalatest.exceptions.TestFailedException: 1 did not equal 5
. So how can we fix it to execute the test with success ?