Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated login steps to allow single sign on #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

padget11
Copy link

@padget11 padget11 commented Sep 10, 2021

Purpose

When using the step "Given I am logged in to the '' app as ''" when single sign on is supported, the password tries to be put in but there is nowhere for it to be put in as no password is needed, so getting an error on object reference not set to an instance of an object. Closes #99

Approach

Checks to see if the password is required as part of the log in step.

TODOs

  • Automated test coverage for new code
  • Documentation updated (if required)
  • Build and tests successful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When SSO is supported, logs in but step fails as password isn't needed
1 participant