From f6f2d3bc0f016c3e39fe33a614c09f1794ee8b6d Mon Sep 17 00:00:00 2001 From: mgaoVA <16783916+mgaoVA@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:17:27 -0400 Subject: [PATCH] update tag convention --- x-test/end2end/tests/reportBuilder.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-test/end2end/tests/reportBuilder.spec.ts b/x-test/end2end/tests/reportBuilder.spec.ts index 7fc6ceb05..e2748a30f 100644 --- a/x-test/end2end/tests/reportBuilder.spec.ts +++ b/x-test/end2end/tests/reportBuilder.spec.ts @@ -2,7 +2,7 @@ import { test, expect } from '@playwright/test'; // When the underlying issue is fixed, we should expect this test to pass. // Tests should be tagged with an associated ticket or PR reference -test.fail('column order is maintained after modifying the search filter', {tag: '@LEAF-4482'}, async ({ page }, testInfo) => { +test.fail('column order is maintained after modifying the search filter', {tag: '@issue:LEAF-4482'}, async ({ page }, testInfo) => { await page.goto('https://host.docker.internal/Test_Request_Portal/?a=reports&v=3&query=N4IgLgpgTgtgziAXAbVASwCZJBghmXEAGhDQDsM0BjfAeygEkARbAVmJFoAdo6psAPBxj4qAC2wBOAAyyOAc3wRsAQQByLAL5F0WRDggAbCJCwluvMPWwBeYaImJpJRZFUaQmgLokAVrXIEFB8QOHowJGBtEHkTJnxCFBAAFg4ARjSOdhDDNBg0CMQ02WcQXPywAHkAM2q4EyRpTSA%3D%3D&indicators=NobwRAlgdgJhDGBDALgewE4EkAiYBcYyEyANgKZgA0YUiAthQVWAM4bL4AMAvpeNHCRosuAgBZmtBvjABZAK4kiAAhLQyy5GQAeHam3Qc8ARl79YCFBhwzjxyfUatoAc3Kr1mnXtbt8AJjNICyFrUTAAVgdpAgA5eQZ0BGYDIwBmbgBdIA%3D%3D&sort=N4Ig1gpgniBcIFYQBoQHsBOATCG4hwGcBjEAXyA%3D'); await expect(page.getByLabel('Sort by Numeric')).toBeInViewport();