Fix human readable name of display ad placement in Cypress (#18767)
This commit is contained in:
parent
331499e8e6
commit
271c596a76
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ describe('Create Display Ads', () => {
|
|||
|
||||
it('should not show the tags field if the placement is not "Below the comment section"', () => {
|
||||
cy.findByRole('combobox', { name: 'Placement Area:' }).select(
|
||||
'Sidebar Right',
|
||||
'Sidebar Right (Home)',
|
||||
);
|
||||
cy.findByRole('input', { name: 'Targeted Tag(s)' }).should('not.exist');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue