diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 67e1e61..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/target/test-classes/features/login.feature b/target/test-classes/features/login.feature deleted file mode 100644 index 627bc18..0000000 --- a/target/test-classes/features/login.feature +++ /dev/null @@ -1,17 +0,0 @@ -@Web -Feature: Login - - Scenario: Login - Given the user enters the username 'standard_user' - And the user enters password 'secret_sauce' - When the user clicks on submit button - Then the user can login - - Scenario: Logout - Given the user enters the username 'standard_user' - And the user enters password 'secret_sauce' - When the user clicks on submit button - Then the user can login - When the user opens menu - And the user clicks on Logout button - Then the user is at homepage \ No newline at end of file