Skip to content

Commit 4c8778c

Browse files
committed
test(fix): combined 2 test blocks
1 parent 74a71ff commit 4c8778c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

x-pack/solutions/observability/plugins/slo/test/scout/ui/tests/slos_overview.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ test.describe('SLOs Overview', { tag: ['@ess', '@svlOblt'] }, () => {
2424
await pageObjects.slo.goto();
2525
});
2626

27-
test('Go to slos overview', async ({ page }) => {
27+
test('Go to slos overview and validate data retention tab', async ({ page }) => {
2828
// Already navigated in beforeEach
2929
// This test ensures the page loads
3030
expect(page).toBeDefined();
31-
});
32-
33-
test('validate data retention tab', async ({ page }) => {
3431
await expect(async () => {
3532
await page.getByTestId('querySubmitButton').click();
3633

0 commit comments

Comments
 (0)