File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
x-pack/solutions/search/test
serverless/functional/configs Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
4747 searchHomepage : {
4848 pathname : '/app/elasticsearch/home' ,
4949 } ,
50+ searchGettingStarted : {
51+ pathname : '/app/elasticsearch/getting_started' ,
52+ } ,
5053 } ,
5154 } ;
5255}
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
3333 testFiles : [ require . resolve ( '../index.feature_flags.ts' ) ] ,
3434 apps : {
3535 ...searchFuncationalConfig . get ( 'apps' ) ,
36- searchGettingStarted : {
37- pathname : '/app/elasticsearch/getting_started' ,
38- } ,
3936 } ,
4037 } ;
4138}
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
3333 testFiles : [ require . resolve ( './index.feature_flags.ts' ) ] ,
3434 apps : {
3535 ...baseConfig . get ( 'apps' ) ,
36- searchGettingStarted : {
37- pathname : '/app/elasticsearch/getting_started' ,
38- } ,
3936 } ,
4037 } ;
4138}
Original file line number Diff line number Diff line change @@ -59,5 +59,8 @@ export default createTestConfig({
5959 searchQueryRules : {
6060 pathname : '/app/elasticsearch/query_rules' ,
6161 } ,
62+ searchGettingStarted : {
63+ pathname : '/app/elasticsearch/getting_started' ,
64+ } ,
6265 } ,
6366} ) ;
You can’t perform that action at this time.
0 commit comments