mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI] Move most tests from oss ciGroup2 to ciGroup11 (#130712)
This commit is contained in:
parent
decb95b97a
commit
d0643e0eaa
18 changed files with 18 additions and 18 deletions
|
@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects, loadTestFile }: FtrProvid
|
|||
const PageObjects = getPageObjects(['common', 'header']);
|
||||
|
||||
describe('bfetch explorer', function () {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
before(async () => {
|
||||
await browser.setWindowSize(1300, 900);
|
||||
await PageObjects.common.navigateToApp('bfetch-explorer', { insertTimestamp: false });
|
||||
|
|
|
@ -20,7 +20,7 @@ export default function ({
|
|||
const PageObjects = getPageObjects(['common', 'header', 'settings']);
|
||||
|
||||
describe('data view field editor example', function () {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
before(async () => {
|
||||
await esArchiver.emptyKibanaIndex();
|
||||
await browser.setWindowSize(1300, 900);
|
||||
|
|
|
@ -18,7 +18,7 @@ export default function ({
|
|||
const PageObjects = getPageObjects(['common', 'header']);
|
||||
|
||||
describe('embeddable explorer', function () {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
before(async () => {
|
||||
await browser.setWindowSize(1300, 900);
|
||||
await PageObjects.common.navigateToApp('embeddableExplorer');
|
||||
|
|
|
@ -18,7 +18,7 @@ export default function ({
|
|||
const PageObjects = getPageObjects(['common', 'header']);
|
||||
|
||||
describe('expressions explorer', function () {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
before(async () => {
|
||||
await browser.setWindowSize(1300, 900);
|
||||
await PageObjects.common.navigateToApp('expressionsExplorer');
|
||||
|
|
|
@ -16,7 +16,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
|
||||
describe('Field formats example', function () {
|
||||
before(async () => {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
await PageObjects.common.navigateToApp('fieldFormatsExample');
|
||||
});
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ export default function ({ getService, getPageObjects, loadTestFile }: FtrProvid
|
|||
|
||||
describe('Hello world', function () {
|
||||
before(async () => {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
await PageObjects.common.navigateToApp('helloWorld');
|
||||
});
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
|
||||
describe('Partial Results Example', function () {
|
||||
before(async () => {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
await PageObjects.common.navigateToApp('partialResultsExample');
|
||||
|
||||
const element = await testSubjects.find('example-help');
|
||||
|
|
|
@ -17,7 +17,7 @@ export default function ({ getService, getPageObjects, loadTestFile }: FtrProvid
|
|||
|
||||
describe('routing examples', function () {
|
||||
before(async () => {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
await PageObjects.common.navigateToApp('routingExample');
|
||||
});
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ export default function ({
|
|||
const browser = getService('browser');
|
||||
|
||||
describe('state sync examples', function () {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
before(async () => {
|
||||
await browser.setWindowSize(1300, 900);
|
||||
});
|
||||
|
|
|
@ -18,7 +18,7 @@ export default function ({
|
|||
const PageObjects = getPageObjects(['common', 'header']);
|
||||
|
||||
describe('ui actions explorer', function () {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
before(async () => {
|
||||
await browser.setWindowSize(1300, 900);
|
||||
await PageObjects.common.navigateToApp('uiActionsExplorer');
|
||||
|
|
|
@ -20,7 +20,7 @@ export default function (context: FtrProviderContext) {
|
|||
const config = context.getService('config');
|
||||
|
||||
describe('Interactive setup APIs - Enrollment flow', function () {
|
||||
this.tags(['skipCloud', 'ciGroup2']);
|
||||
this.tags(['skipCloud', 'ciGroup11']);
|
||||
|
||||
let kibanaVerificationCode: string;
|
||||
let elasticsearchCaFingerprint: string;
|
||||
|
|
|
@ -19,7 +19,7 @@ export default function (context: FtrProviderContext) {
|
|||
const config = context.getService('config');
|
||||
|
||||
describe('Interactive setup APIs - Manual configuration flow', function () {
|
||||
this.tags(['skipCloud', 'ciGroup2']);
|
||||
this.tags(['skipCloud', 'ciGroup11']);
|
||||
|
||||
let kibanaVerificationCode: string;
|
||||
let elasticsearchCaCertificate: string;
|
||||
|
|
|
@ -18,7 +18,7 @@ export default function (context: FtrProviderContext) {
|
|||
const config = context.getService('config');
|
||||
|
||||
describe('Interactive setup APIs - Manual configuration flow without TLS', function () {
|
||||
this.tags(['skipCloud', 'ciGroup2']);
|
||||
this.tags(['skipCloud', 'ciGroup11']);
|
||||
|
||||
let kibanaVerificationCode: string;
|
||||
before(async () => {
|
||||
|
|
|
@ -22,7 +22,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const log = getService('log');
|
||||
|
||||
describe('Interactive Setup Functional Tests (Enrollment token)', function () {
|
||||
this.tags(['skipCloud', 'ciGroup2']);
|
||||
this.tags(['skipCloud', 'ciGroup11']);
|
||||
|
||||
const elasticsearchConfig = config.get('servers.elasticsearch');
|
||||
let verificationCode: string;
|
||||
|
|
|
@ -19,7 +19,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const log = getService('log');
|
||||
|
||||
describe('Interactive Setup Functional Tests (Manual configuration)', function () {
|
||||
this.tags(['skipCloud', 'ciGroup2']);
|
||||
this.tags(['skipCloud', 'ciGroup11']);
|
||||
|
||||
let verificationCode: string;
|
||||
before(async function () {
|
||||
|
|
|
@ -19,7 +19,7 @@ export default function ({ getService, getPageObject }: FtrProviderContext) {
|
|||
const log = getService('log');
|
||||
|
||||
describe('Interactive Setup Functional Tests (Manual configuration without Security)', function () {
|
||||
this.tags(['skipCloud', 'ciGroup2']);
|
||||
this.tags(['skipCloud', 'ciGroup11']);
|
||||
|
||||
let verificationCode: string;
|
||||
before(async function () {
|
||||
|
|
|
@ -19,7 +19,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const log = getService('log');
|
||||
|
||||
describe('Interactive Setup Functional Tests (Manual configuration without TLS)', function () {
|
||||
this.tags(['skipCloud', 'ciGroup2']);
|
||||
this.tags(['skipCloud', 'ciGroup11']);
|
||||
|
||||
let verificationCode: string;
|
||||
before(async function () {
|
||||
|
|
|
@ -11,7 +11,7 @@ import { FtrProviderContext } from '../functional/ftr_provider_context';
|
|||
// eslint-disable-next-line import/no-default-export
|
||||
export default function ({ loadTestFile, getService }: FtrProviderContext) {
|
||||
describe('New Visualize Flow', function () {
|
||||
this.tags('ciGroup2');
|
||||
this.tags('ciGroup11');
|
||||
const esArchiver = getService('esArchiver');
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue