Skip to content
Snippets Groups Projects
Commit 46df50c3 authored by buczekp's avatar buczekp
Browse files

[LMS-1625] changed derived samples section expectations

SVN: 16954
parent a639eb6c
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,13 @@ public class CheckSample extends AbstractDefaultTestCommand implements
return componentsTableCheck;
}
public CheckTableCommand childrenTable()
{
String gridId = DerivedSamplesSection.createGridId(sampleId);
componentsTableCheck = new CheckTableCommand(gridId);
return componentsTableCheck;
}
public CheckTableCommand dataTable()
{
String gridId = SampleDataSetBrowser.createGridId(sampleId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment