diff --git a/src/Spec2-Backend-Tests/SpAbstractAdapterTest.class.st b/src/Spec2-Backend-Tests/SpAbstractAdapterTest.class.st index 0103877e..75f6ade4 100644 --- a/src/Spec2-Backend-Tests/SpAbstractAdapterTest.class.st +++ b/src/Spec2-Backend-Tests/SpAbstractAdapterTest.class.st @@ -35,6 +35,9 @@ SpAbstractAdapterTest >> adapter [ The action should have been correctly configured before depending on the spec initialization strategy" backendForTest openInstanceOf: self. + "Force checking that the UI has no more action to perform. + It ensures that when accessing information through the adapter it is uptodate, which is important in assertion when checking that clicking on element has be taken into account" + backendForTest waitUntilUIRedrawed. ^ presenter adapter ]