diff --git a/app/client/cypress/locators/WidgetLocators.ts b/app/client/cypress/locators/WidgetLocators.ts index 8c559a4eec..2636d9dc1a 100644 --- a/app/client/cypress/locators/WidgetLocators.ts +++ b/app/client/cypress/locators/WidgetLocators.ts @@ -169,7 +169,7 @@ export const buttongroupwidgetlocators = { buttongroup: ".t--buttongroup-widget", buttonSettingInPropPane: ".t--property-control-buttons .t--edit-column-btn", menuSettingInPropPane: ".t--edit-column-btn", - newButton: "//*[text()='Add new button']", + newButton: "//*[text()='Add button']", groupButtonValue: "//input[contains(@value,'Group Button')]", buttonText: (value: string) => `//*[@class="bp3-button-text" and text()='${value}']`,