File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/com/applitools/example Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >com.applitools</groupId >
29
29
<artifactId >eyes-playwright-java5</artifactId >
30
- <version >5.50.0 </version >
30
+ <version >5.67.2 </version >
31
31
<scope >test</scope >
32
32
</dependency >
33
33
<dependency >
Original file line number Diff line number Diff line change @@ -157,14 +157,14 @@ public void logIntoBankAccount() {
157
157
// Traditional assertions that scrape the page for text values are not needed here.
158
158
159
159
// Load the login page.
160
- page .navigate ("https://demo .applitools.com" );
160
+ page .navigate ("https://sandbox .applitools.com/bank " );
161
161
162
162
// Verify the full login page loaded correctly.
163
163
eyes .check (Target .window ().fully ().withName ("Login page" ));
164
164
165
165
// Perform login.
166
- page .locator ("#username" ).fill ("andy " );
167
- page .locator ("#password" ).fill ("i<3pandas " );
166
+ page .locator ("#username" ).fill ("Chris " );
167
+ page .locator ("#password" ).fill ("CorrectHorseBatteryStaple " );
168
168
page .locator ("#log-in" ).click ();
169
169
170
170
// Verify the full main page loaded correctly.
You can’t perform that action at this time.
0 commit comments