[CI] Move most tests from oss ciGroup2 to ciGroup11 (#130712)

This commit is contained in:
Brian Seeders 2022-04-20 15:23:31 -04:00 committed by GitHub
parent decb95b97a
commit d0643e0eaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 18 deletions

View file

@ -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 });

View file

@ -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);

View file

@ -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');

View file

@ -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');

View file

@ -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');
});

View file

@ -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');
});

View file

@ -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');

View file

@ -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');
});

View file

@ -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);
});

View file

@ -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');

View file

@ -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;

View file

@ -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;

View file

@ -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 () => {

View file

@ -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;

View file

@ -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 () {

View file

@ -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 () {

View file

@ -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 () {

View file

@ -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(