diff --git a/README.md b/README.md index 4ec0f33bd350..bda8dd79bd21 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,5 @@ If you are willing to contribute to the project you will find the relevant infor # License This project is licensed under the terms of the MIT license. + +This is test 1 diff --git a/page-object/src/main/java/com/iluwatar/pageobject/App.java b/page-object/src/main/java/com/iluwatar/pageobject/App.java index 5983a4dc3bd5..66679eedc95a 100644 --- a/page-object/src/main/java/com/iluwatar/pageobject/App.java +++ b/page-object/src/main/java/com/iluwatar/pageobject/App.java @@ -86,4 +86,6 @@ public static void main(String[] args) { } } + + }