Skip to content

Commit 496a7e6

Browse files
chore(e2e): balance out shard allocation for reduce timing (#29602)
* chore(e2e): balance out shard allocation for reduce timing * fix checkstyle
1 parent 43782d5 commit 496a7e6

11 files changed

Lines changed: 1110 additions & 1056 deletions

openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/Glossary/GlossaryPagination.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* limitations under the License.
1212
*/
1313
import test, { expect } from '@playwright/test';
14+
import { PLAYWRIGHT_BASIC_TEST_TAG_OBJ } from '../../../constant/config';
1415
import { Glossary } from '../../../support/glossary/Glossary';
1516
import { GlossaryTerm } from '../../../support/glossary/GlossaryTerm';
1617
import { createNewPage } from '../../../utils/common';
@@ -19,7 +20,7 @@ test.use({
1920
storageState: 'playwright/.auth/admin.json',
2021
});
2122

22-
test.describe('Glossary tests', () => {
23+
test.describe('Glossary tests', PLAYWRIGHT_BASIC_TEST_TAG_OBJ, () => {
2324
const glossary = new Glossary();
2425
const glossaryTerms: GlossaryTerm[] = [];
2526
let parentTerm: GlossaryTerm;

0 commit comments

Comments
 (0)