Fix group_saml_enforced_sso_new_account_spec:35 end-to-end test
What does this MR do?
Fixes ee/browser_ui/1_manage/group/group_saml_enforced_sso_new_account_spec.rb:35
spec:
- Use user's full name instead of email address to click on the searched row. This is because the email address now links to
mailto:
. - Removes the docker image for the idp service as a first step in the after block. This is to avoid a lingering docker container incase a step in the
after
block fails. - Place the
user_row_content
selector on the row instead of the entire table and update selector sanity check file name.
Related issue: #330957 (closed)
Conformity
-
I have included a changelog entry, or it's not needed. (Does this MR need a changelog?) -
I have added/updated documentation, or it's not needed. (Is documentation required?) - [-] I have properly separated EE content from FOSS, or this MR is FOSS only. (Where should EE code go?)
- [-] I have added information for database reviewers in the MR description, or it's not needed. (Does this MR have database related changes?)
-
I have self-reviewed this MR per code review guidelines. -
This MR does not harm performance, or I have asked a reviewer to help assess the performance impact. (Merge request performance guidelines) -
I have followed the style guides.
Edited by Sanad Liaquat