Fix human readable name of display ad placement in Cypress (#18767)

This commit is contained in:
Fernando Valverde 2022-11-22 11:33:44 -06:00 committed by GitHub
parent 331499e8e6
commit 271c596a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
});