Skip to content

Commit

Permalink
[ftr] migrate "testSubjects" to FtrService class (elastic#100512)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
2 people authored and ecezalp committed May 26, 2021
1 parent 227b4ac commit f42ac6a
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 282 deletions.
2 changes: 1 addition & 1 deletion test/functional/services/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export { FailureDebuggingProvider } from './failure_debugging';
export { FindProvider } from './find';
export { ScreenshotsProvider } from './screenshots';
export { SnapshotsProvider } from './snapshots';
export { TestSubjectsProvider, TestSubjects } from './test_subjects';
export { TestSubjects } from './test_subjects';
Loading

0 comments on commit f42ac6a

Please sign in to comment.