Skip to content

Commit

Permalink
Tests/eui 1002 test coverage, disabled flakey tests (#355)
Browse files Browse the repository at this point in the history
* Refactor and fix existing functional tests

* New browser to handle user registration email on mailinator domain

* Functional tests invite user and validate after successful registration

* End to end scenarios added

* common run config to separet file

* Fixed config import/require

* minor fix to use chai-promised

* Fixed minor issues. added jenkins nightly file for nightly functional test build.

* Fixed step definition mapping issue.

* Include invite suer scenario to functional test group

* config update

* added retry page load on blank or service error.

* Applied fixes to make tests robust

* locator fix

* Added scenario to validate MC login for invited user

* Fixes to improve robustness of tests.

* merge conflict fixes

* Added retry actions to handle scenario robustness

* Ret login added to get to login page

* fix missing async keyword for function

* Fixes to screenshot util and Invite user retries

* Fixed world param reference in step definition

* Replaced page refresh with get url to overcome service error page.

* Fixed by adding  async function

* Disabled flakey tests on pipeline
  • Loading branch information
sreekanthpuligadda authored and Vamshi-Muniganti committed Jan 23, 2020
1 parent 3e95844 commit 30ed82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/features/app/viewOrganisation.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@fullFunctional @all
@fullFunctional
Feature: view organisation workflow
Scenario: view organisation workflow
When I navigate to manage organisation Url
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/features/app/viewUser.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@fullFunctional @all
@fullFunctional
Feature: view user workflow


Expand Down

0 comments on commit 30ed82e

Please sign in to comment.