mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[CI] Move most tests from oss ciGroup6 to ciGroup5 (#130709)
This commit is contained in:
parent
d0643e0eaa
commit
5beae64ea9
6 changed files with 6 additions and 6 deletions
|
@ -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();
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue