File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/test/java/com/applitools/example Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
<dependency >
18
18
<groupId >com.applitools</groupId >
19
19
<artifactId >eyes-selenium-java5</artifactId >
20
- <version >5.57 .0</version >
20
+ <version >5.80 .0</version >
21
21
<scope >test</scope >
22
22
</dependency >
23
23
<dependency >
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ public static void main(String [] args) {
55
55
// Full Page - Visual AI Assertion
56
56
eyes .check (Target .window ().fully ().withName ("Login page" ));
57
57
58
- driver .findElement (By .id ("username" )).sendKeys ("user " );
59
- driver .findElement (By .id ("password" )).sendKeys ("password " );
58
+ driver .findElement (By .id ("username" )).sendKeys ("Chris " );
59
+ driver .findElement (By .id ("password" )).sendKeys ("CorrectHorseBatteryStaple " );
60
60
driver .findElement (By .id ("log-in" )).click ();
61
61
62
62
// Full Page - Visual AI Assertion
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ public static void main(String [] args) {
57
57
// Full Page - Visual AI Assertion
58
58
eyes .check (Target .window ().fully ().withName ("Login page" ));
59
59
60
- driver .findElement (By .id ("username" )).sendKeys ("user " );
61
- driver .findElement (By .id ("password" )).sendKeys ("password " );
60
+ driver .findElement (By .id ("username" )).sendKeys ("Chris " );
61
+ driver .findElement (By .id ("password" )).sendKeys ("CorrectHorseBatteryStaple " );
62
62
driver .findElement (By .id ("log-in" )).click ();
63
63
64
64
// Full Page - Visual AI Assertion
You can’t perform that action at this time.
0 commit comments