Skip to content

Commit

Permalink
test:Validation of accordion panels
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranay Tippa committed Jan 30, 2025
1 parent bca02c0 commit e37e1cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const PanelClass = /accordion-collapse/;
test.describe('Accordion Validation', () => {
const testURL = '/content/aem-boilerplate-forms-xwalk-collaterals/accordion-component-validation';

test('Accordion Panel Validation @chromium-only', async ({ page }) => {
test('Accordion Panel Validation', async ({ page }) => {
await openPage(page, testURL);
const panelOneBaseLocator = page.locator(panelOneLocator);
const panelTwoBaseLocator = page.locator(panelTwoLocator);
Expand Down

0 comments on commit e37e1cd

Please sign in to comment.