On clicking on Submit button, i am getting couple message alerts in a div
1. Success(Saved successfully)
2.Error(Duplicate Entry)
But those message alerts appears on screen for few seconds only.(See attachment Success Message Alert)
The messages are explicitly removed from DOM after few seconds.(See attachment Error-Message-Container Div)
How to Verify those alerts. since i can't highlight them and verify that Text contains "Success" message alert because it comes only for few seconds and there is no trace of them in DOM also.