We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57d895 commit 4bf6458Copy full SHA for 4bf6458
tests/helper.js
@@ -43,7 +43,7 @@ export async function createGeneralPage(page, generalpageURL, titleMessage, body
43
await page.keyboard.type(bodyMessage, { delay: 0 });
44
45
// Check General Visibility
46
- await page.fill('[data-drupal-selector="edit-field-visibility-0-target-id"]', 'General');
+ // await page.fill('[data-drupal-selector="edit-field-visibility-0-target-id"]', 'General');
47
48
// Add menu
49
await page.locator('[data-drupal-selector="edit-menu"]').first().locator('summary').click();
0 commit comments