Skip to content

Commit

Permalink
Merge pull request #2108 from dboltovskyi/fix/stabilize_smoke_tests_f…
Browse files Browse the repository at this point in the history
…or_ext_sdl_flow

Stabilize smoke tests for EXTERNAL_PROPRIETARY SDL flow
  • Loading branch information
dboltovskyi authored Oct 10, 2018
2 parents b720e74 + a703e03 commit e9e8c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_scripts/Smoke/commonSmoke.lua
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function commonSmoke.registerApp(pAppId, self)
:Do(function()
mobSession:ExpectNotification("OnHMIStatus",
{ hmiLevel = "NONE", audioStreamingState = "NOT_AUDIBLE", systemContext = "MAIN" })
mobSession:ExpectNotification("OnPermissionsChange")
mobSession:ExpectNotification("OnPermissionsChange"):Times(AtLeast(1))
mobSession:ExpectNotification("OnDriverDistraction", { state = "DD_OFF" })
end)
end)
Expand Down

0 comments on commit e9e8c06

Please # to comment.