Skip to content
Snippets Groups Projects
Commit d65b355a authored by Nikunj Kotecha's avatar Nikunj Kotecha Committed by Nikunj Kotecha
Browse files

Issue #2612128 by nikunjkotecha: Add tests

parent 08f621a1
No related branches found
Tags 7.x-1.0-beta3
No related merge requests found
......@@ -146,11 +146,8 @@ class ClientsideValidationTest extends JavascriptTestBase {
$errorElement = $this->page->findById($key . '-error');
if (empty($errorElement)) {
$message = sprintf('Element %s not found while trying to check for: %s',
$key,
$expected);
print $message;
// We will fail this scenario.
$this->assertEquals($expected, '');
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment