Skip to content

Commit

Permalink
Add tests to DFA
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Feb 10, 2023
1 parent 5e2cb1b commit b2304ca
Show file tree
Hide file tree
Showing 8 changed files with 416 additions and 185 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,12 @@ export default function ({ getService }: FtrProviderContext) {
testData.expected.runtimeFieldsEditorContent
);

await ml.testExecution.logTestStep('inputs the dependent variable');
// @todo
await ml.testExecution.logTestStep('opens field stats flyout');
await ml.dataFrameAnalyticsCreation.assertDependentVariableInputExists();
await ml.dataFrameAnalyticsCreation.clickDependentVariableInputFieldStatTrigger('y');

await ml.testExecution.logTestStep('inputs the dependent variable');
await ml.dataFrameAnalyticsCreation.selectDependentVariable(testData.dependentVariable);

await ml.testExecution.logTestStep('inputs the training percent');
Expand Down
Loading

0 comments on commit b2304ca

Please sign in to comment.