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

Form state validation step is not working with display section\tab name #162

Open
Shakevg opened this issue Sep 11, 2024 · 0 comments
Open

Comments

@Shakevg
Copy link

Shakevg commented Sep 11, 2024

Next step is not working when display section\tab name used in test {alias}'s form has the following form state
This step working only if data-id tab\section used in test.

Example:

@Chrome @Firefox @Cleanup @Set2
Scenario: Check tab/section of fields
	Given a contact named TestContact with the following values
		| Property   | Value |
		| First Name | John  |
		| Last Name  | Smith |
		| Job Title  | CLO   |
	Then TestContact's form has the following form state
		| Property                       | Tab     | Section             |
		| First Name                     | Summary | CONTACT INFORMATION |
		| Last Name                      | Summary | CONTACT INFORMATION |
		| Job Title                      | Summary | CONTACT INFORMATION |
		| Last Date Included in Campaign | Details | MARKETING           |

To fix need to replace Name to label for next classes: CompositeFormCellParser, DefaultFormCellParser

Shakevg pushed a commit to Shakevg/Crm.Specflow that referenced this issue Sep 18, 2024
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

No branches or pull requests

1 participant