[CI] Move most tests from oss ciGroup6 to ciGroup5 (#130709)

This commit is contained in:
Brian Seeders 2022-04-20 16:09:37 -04:00 committed by GitHub
parent d0643e0eaa
commit 5beae64ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -115,7 +115,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
// TODO: Remove when vislib is removed
// https://github.com/elastic/kibana/issues/56143
describe('new charts library', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');
before(async () => {
await loadLogstash();

View file

@ -13,7 +13,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
describe('Getting Started ', function () {
this.tags(['ciGroup6']);
this.tags(['ciGroup5']);
before(async function () {
await browser.setWindowSize(1200, 800);

View file

@ -10,7 +10,7 @@ export default function ({ getService, loadTestFile }) {
const browser = getService('browser');
describe('homepage app', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');
before(function () {
return browser.setWindowSize(1200, 800);

View file

@ -15,7 +15,7 @@ export default function uiCapabilitiesTests({ getService, getPageObjects }: FtrP
const PageObjects = getPageObjects(['common', 'newsfeed']);
describe('Newsfeed icon button handle errors', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');
before(async () => {
await PageObjects.newsfeed.resetPage();

View file

@ -16,7 +16,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const browser = getService('browser');
describe('discover app', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');
before(function () {
return browser.setWindowSize(SCREEN_WIDTH, 1000);

View file

@ -16,7 +16,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const browser = getService('browser');
describe('vega app', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');
before(function () {
return browser.setWindowSize(SCREEN_WIDTH, 1000);