Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates related to functional tests #260

Merged
merged 2 commits into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plugins/management/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export enum ManagementSectionId {
Data = 'data',
InsightsAndAlerting = 'insightsAndAlerting',
Security = 'security',
OpenSearchDashboards = 'opensearchDashboards',
OpenSearchDashboards = 'opensearch-dashboards',
Stack = 'stack',
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h2 i18n-id="timeline.help.expressionsTitle" i18n-default-message="Expressing yo
<td i18n-id="timeline.help.expressions.examples.twoExpressionsDescription"
i18n-default-message="{descriptionTitle} Two expressions on the same chart." i18n-values="{
<td
i18n-id="timelion.help.expressions.examples.twoExpressionsDescription"
i18n-id="timeline.help.expressions.examples.twoExpressionsDescription"
i18n-default-message="{descriptionTitle} Two expressions on the same chart."
i18n-values="{
html_descriptionTitle: '<strong>' + translations.twoExpressionsDescriptionTitle + '</strong>',
Expand All @@ -291,7 +291,7 @@ <h2 i18n-id="timeline.help.expressionsTitle" i18n-default-message="Expressing yo
<td i18n-id="timeline.help.expressions.examples.customStylingDescription" i18n-default-message="{descriptionTitle} Colorizes the first series red and
uses 1 pixel wide bars for the second series." i18n-values="{
<td
i18n-id="timelion.help.expressions.examples.customStylingDescription"
i18n-id="timeline.help.expressions.examples.customStylingDescription"
i18n-default-message="{descriptionTitle} Colorizes the first series red and
uses 1 pixel wide bars for the second series."
i18n-values="{
Expand Down
2 changes: 1 addition & 1 deletion test/functional/apps/timeline/_expression_typeahead.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ({ getPageObjects }) {
});

it('should display function suggestions filtered by function name', async () => {
await PageObjects.timeline.setExpression('.e');
await PageObjects.timeline.setExpression('.o');
const suggestions = await PageObjects.timeline.getSuggestionItemsText();
expect(suggestions.length).to.eql(2);
expect(suggestions[0].includes('.opensearch()')).to.eql(true);
Expand Down
1 change: 0 additions & 1 deletion test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default async function ({ readConfigFile }) {
...commonConfig.get('osdTestServer'),
serverArgs: [
...commonConfig.get('osdTestServer.serverArgs'),
'--oss',
// '--telemetry.optIn=false',
'--savedObjects.maxImportPayloadBytes=10485760',
],
Expand Down
Binary file modified test/functional/fixtures/opensearch_archiver/alias/data.json.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified test/functional/fixtures/opensearch_archiver/hamlet/data.json.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading