This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Description
assertContains (logger.getText(), "Action event on button#copy");
produces the following result:
Actual value: "Action event on button#copy"
Expected value: "[16:54:41] Action event on button"
Message: null
which makes no sense because expected value is "Action event on button#copy", and actual is what is retrieved from logger.getText().
We have to either: change the order of arguments in assertContains or fix results reporting for assertContains API