Alert Test Cases

Sr No.Case DescriptionDataExpected Output
1Show Alert by giving message.showAlert(_msg)Info type alert will be shown with message.
2Show Error Alert with position.showAlertError(_msg,_position)Error alert with message and at the position will be shown.
3Show non fading alert.options = { isNonFadingAlert:true }Alert with close icon will be shown and it will get closed on click of close icon.