You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 hasthe 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
The text was updated successfully, but these errors were encountered:
Shakevg
pushed a commit
to Shakevg/Crm.Specflow
that referenced
this issue
Sep 18, 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:
To fix need to replace Name to label for next classes: CompositeFormCellParser, DefaultFormCellParser
The text was updated successfully, but these errors were encountered: