You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Login to the application using valid email and valid password</h2>
17
11
<p>tags: positive</p>
18
12
<ul>
19
-
<li>Login using the email as <Email> and password as <Password></li>
20
-
<li>Signout</li>
13
+
<li>Login using the username as <Username> and password as <Password></li>
14
+
<li>Logged-in username should be <Username></li>
21
15
</ul>
22
16
<h2>Login to the application using invalid email and invalid password</h2>
23
17
<p>tags: negative</p>
24
18
<ul>
25
19
<li>On login page</li>
26
-
<li>Login to the application using the email as "osa@<ahref="http://mailinator.com" rel="nofollow">mailinator.com</a>" and password as "admin123"</li>
27
-
<li>Page title is "Login - My Store"</li>
20
+
<li>Login to the application using the username as "dev-test" and password as "admin123"</li>
21
+
<li>Wrong password error alert should be visible</li>
0 commit comments