mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
make window 100p wider to fix gauge test (#16215)
This commit is contained in:
parent
abd6c126ce
commit
ebc6e45215
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
|
||||
it('should show correct values for fields with fieldFormatters', async function () {
|
||||
const expectedTexts = [ '2,904\nwin 8: Count', '5.528KB' ];
|
||||
const expectedTexts = [ '2,904\nwin 8: Count', '5.528KB\nwin 8: Average bytes' ];
|
||||
|
||||
|
||||
await PageObjects.visualize.clickMetricEditor();
|
||||
|
|
|
@ -7,7 +7,7 @@ export default function ({ getService, loadTestFile }) {
|
|||
describe('visualize app', function () {
|
||||
before(async function () {
|
||||
log.debug('Starting visualize before method');
|
||||
remote.setWindowSize(1280, 800);
|
||||
remote.setWindowSize(1380, 800);
|
||||
await esArchiver.loadIfNeeded('logstash_functional');
|
||||
await esArchiver.load('visualize');
|
||||
await kibanaServer.uiSettings.replace({ 'dateFormat:tz': 'UTC', 'defaultIndex': 'logstash-*' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue