Skip to content

Commit

Permalink
LRQA-62735 Update smoke case to catch NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceWang08211 authored and brianchandotcom committed Oct 29, 2020
1 parent 948a196 commit 19d7b9f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -1129,6 +1129,8 @@ definition {
siteName = "Site Name");

AssertConsoleTextNotPresent(value1 = "java.lang.StringIndexOutOfBoundsException");

AssertConsoleTextNotPresent(value1 = "java.lang.NullPointerException");
}

@priority = "4"
Expand Down

0 comments on commit 19d7b9f

Please sign in to comment.