fix: button group spec (#31075)

Fixes button group spec that started failing because of #30439
This commit is contained in:
Pawan Kumar 2024-02-13 12:17:15 +05:30 committed by GitHub
parent 0dc54668bc
commit b7fa6425c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}']`,