File tree Expand file tree Collapse file tree 18 files changed +42
-42
lines changed
src/test/java/com/iluwatar/pageobject
main/java/com/iluwatar/pageobject
test/java/com/iluwatar/pageobject Expand file tree Collapse file tree 18 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 88 - package-ecosystem : " maven" # See documentation for possible values
99 directory : " /" # Location of package manifests
1010 schedule :
11- interval : " weekly"
11+ interval : " weekly"
Original file line number Diff line number Diff line change 3333 </properties >
3434 <dependencies >
3535 <dependency >
36- <groupId >net.sourceforge .htmlunit</groupId >
36+ <groupId >org .htmlunit</groupId >
3737 <artifactId >htmlunit</artifactId >
3838 <scope >test</scope >
3939 </dependency >
Original file line number Diff line number Diff line change 2626
2727import static org .junit .jupiter .api .Assertions .assertTrue ;
2828
29- import com . gargoylesoftware .htmlunit .WebClient ;
29+ import org .htmlunit .WebClient ;
3030import com .iluwatar .pageobject .pages .AlbumListPage ;
3131import org .junit .jupiter .api .BeforeEach ;
3232import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 2626
2727import static org .junit .jupiter .api .Assertions .assertTrue ;
2828
29- import com . gargoylesoftware .htmlunit .WebClient ;
29+ import org .htmlunit .WebClient ;
3030import com .iluwatar .pageobject .pages .AlbumPage ;
3131import org .junit .jupiter .api .BeforeEach ;
3232import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 2626
2727import static org .junit .jupiter .api .Assertions .assertTrue ;
2828
29- import com . gargoylesoftware .htmlunit .WebClient ;
29+ import org .htmlunit .WebClient ;
3030import com .iluwatar .pageobject .pages .LoginPage ;
3131import org .junit .jupiter .api .BeforeEach ;
3232import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 2424 */
2525package com .iluwatar .pageobject .pages ;
2626
27- import com . gargoylesoftware .htmlunit .WebClient ;
28- import com . gargoylesoftware .htmlunit .html .HtmlAnchor ;
29- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
27+ import org .htmlunit .WebClient ;
28+ import org .htmlunit .html .HtmlAnchor ;
29+ import org .htmlunit .html .HtmlPage ;
3030import java .io .IOException ;
3131import java .util .List ;
3232
Original file line number Diff line number Diff line change 2424 */
2525package com .iluwatar .pageobject .pages ;
2626
27- import com . gargoylesoftware .htmlunit .WebClient ;
28- import com . gargoylesoftware .htmlunit .html .HtmlNumberInput ;
29- import com . gargoylesoftware .htmlunit .html .HtmlOption ;
30- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
31- import com . gargoylesoftware .htmlunit .html .HtmlSelect ;
32- import com . gargoylesoftware .htmlunit .html .HtmlSubmitInput ;
33- import com . gargoylesoftware .htmlunit .html .HtmlTextInput ;
27+ import org .htmlunit .WebClient ;
28+ import org .htmlunit .html .HtmlNumberInput ;
29+ import org .htmlunit .html .HtmlOption ;
30+ import org .htmlunit .html .HtmlPage ;
31+ import org .htmlunit .html .HtmlSelect ;
32+ import org .htmlunit .html .HtmlSubmitInput ;
33+ import org .htmlunit .html .HtmlTextInput ;
3434import java .io .IOException ;
3535
3636/**
Original file line number Diff line number Diff line change 2424 */
2525package com .iluwatar .pageobject .pages ;
2626
27- import com . gargoylesoftware .htmlunit .WebClient ;
28- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
29- import com . gargoylesoftware .htmlunit .html .HtmlPasswordInput ;
30- import com . gargoylesoftware .htmlunit .html .HtmlSubmitInput ;
31- import com . gargoylesoftware .htmlunit .html .HtmlTextInput ;
27+ import org .htmlunit .WebClient ;
28+ import org .htmlunit .html .HtmlPage ;
29+ import org .htmlunit .html .HtmlPasswordInput ;
30+ import org .htmlunit .html .HtmlSubmitInput ;
31+ import org .htmlunit .html .HtmlTextInput ;
3232import java .io .IOException ;
3333
3434/**
Original file line number Diff line number Diff line change 2424 */
2525package com .iluwatar .pageobject .pages ;
2626
27- import com . gargoylesoftware .htmlunit .WebClient ;
27+ import org .htmlunit .WebClient ;
2828
2929/**
3030 * Encapsulation for a generic 'Page'
Original file line number Diff line number Diff line change 4040 <scope >test</scope >
4141 </dependency >
4242 <dependency >
43- <groupId >net.sourceforge .htmlunit</groupId >
43+ <groupId >org .htmlunit</groupId >
4444 <artifactId >htmlunit</artifactId >
4545 </dependency >
4646 </dependencies >
You can’t perform that action at this time.
0 commit comments