gs-scheduling-tasks icon indicating copy to clipboard operation
gs-scheduling-tasks copied to clipboard

does not use awaitility

Open glelouet opened this issue 1 year ago • 2 comments

The guide requests to add the awaitility dependency, though there is not test present, that dependency has test scope.

Proposal : oneOf

  1. add test that require that library
  2. remove that dependancy.

glelouet avatar Feb 15 '24 09:02 glelouet

How to test use awaitility ?

ttaolu avatar Mar 22 '24 06:03 ttaolu

If you look in the src/test under the completed project, you'll see the tests that use the Awaitility library. The guide itself should be updated though to include that in the instructions.

naragon avatar Apr 19 '24 20:04 naragon

Hi @glelouet. Thanks for the issue. Since 3.2, awaitility is now a dependency that Boot manages. I cleaned up the guide with PR #34 that should make things more clear.

robertmcnees avatar May 22 '24 11:05 robertmcnees