/**
* Tests setCurrent on the same alert when it is already visible.
* Case: A_As.
*/
void testA_As() {
LcduiTestCanvas cv0 = new LcduiTestCanvas();
Alert alert1 = makeAlert("alert1");
// establish initial conditions
setCurrentWait(cv0);
checkCurrent("cv0", cv0, true);