Skip to content

Commit

Permalink
[code search] removing test config and page object (#55273) (#55577)
Browse files Browse the repository at this point in the history
* [code search] delete PO and test config

* remove import

* remove from export

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
dmlemeshko and elasticmachine committed Jan 22, 2020
1 parent f774534 commit 45ca004
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
8 changes: 0 additions & 8 deletions x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@ export default async function({ readConfigFile }) {
pathname: '/app/canvas',
hash: '/',
},
code: {
pathname: '/app/code',
hash: '/admin',
},
codeSearch: {
pathname: '/app/code',
hash: '/search',
},
uptime: {
pathname: '/app/uptime',
},
Expand Down
47 changes: 0 additions & 47 deletions x-pack/test/functional/page_objects/code_page.ts

This file was deleted.

2 changes: 0 additions & 2 deletions x-pack/test/functional/page_objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import { GisPageProvider } from './gis_page';
import { StatusPagePageProvider } from './status_page';
// @ts-ignore not ts yet
import { UpgradeAssistantProvider } from './upgrade_assistant';
import { CodeHomePageProvider } from './code_page';
// @ts-ignore not ts yet
import { RollupPageProvider } from './rollup_page';
import { UptimePageProvider } from './uptime_page';
Expand Down Expand Up @@ -68,7 +67,6 @@ export const pageObjects = {
maps: GisPageProvider,
statusPage: StatusPagePageProvider,
upgradeAssistant: UpgradeAssistantProvider,
code: CodeHomePageProvider,
uptime: UptimePageProvider,
rollup: RollupPageProvider,
licenseManagement: LicenseManagementPageProvider,
Expand Down

0 comments on commit 45ca004

Please sign in to comment.