Remove log statement

This commit is contained in:
Shefali 2023-07-19 15:00:08 -07:00 committed by Jesse Mazzella
parent f9c5e12a59
commit 34229d3a86

View File

@ -318,7 +318,6 @@ async function setTimeConductorMode(page, isFixedTimespan = true) {
await timeConductorMode.click();
await timeConductorMode.locator('.js-mode-button').click();
const modeMenu = await page.locator('.c-conductor__mode-menu .c-super-menu__menu');
console.log(modeMenu);
// Switch time conductor mode
if (isFixedTimespan) {
await modeMenu.getByRole('menuitem').first().click();