Skip to content

Commit

Permalink
Fix skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Oct 4, 2024
1 parent 3499fbb commit 3048e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/group6/_time_field_column.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

// Fails in chrome 129+: https://github.com/elastic/kibana-operations/issues/199
it.skip('should render selected columns correctly', async () => {
it('should render selected columns correctly', async () => {
await discover.selectTextBaseLang();

await checkSelectedColumns({
Expand Down
2 changes: 1 addition & 1 deletion test/functional/apps/discover/group6/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {

describe('discover/group6', function () {
before(async function () {
await browser.setWindowSize(1300, 800);
await browser.setWindowSize(1600, 1200);
});

after(async function unloadMakelogs() {
Expand Down

0 comments on commit 3048e9e

Please sign in to comment.