We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a generic ObsToObsFlowSheet similar to ObsDisplayControl. The ObsToObsFlowSheet looks like this
This class should accept WebElement as a constructor. It should expose the below methods
Map<String, List<String>> getValues(){} - The key is the header column name and the List<String> are the values.
The spec step should take the structure similar to what we see on the UI.
The text was updated successfully, but these errors were encountered:
@shireeshaBongarala [Reminder] If its done please close it mentioning the git commit.
Sorry, something went wrong.
shireeshaBongarala
No branches or pull requests
Create a generic ObsToObsFlowSheet similar to ObsDisplayControl. The ObsToObsFlowSheet looks like this
This class should accept WebElement as a constructor. It should expose the below methods
Map<String, List<String>> getValues(){} - The key is the header column name and the List<String> are the values.
The spec step should take the structure similar to what we see on the UI.
The text was updated successfully, but these errors were encountered: