fix: button group spec (#31075)
Fixes button group spec that started failing because of #30439
This commit is contained in:
parent
0dc54668bc
commit
b7fa6425c8
|
|
@ -169,7 +169,7 @@ export const buttongroupwidgetlocators = {
|
||||||
buttongroup: ".t--buttongroup-widget",
|
buttongroup: ".t--buttongroup-widget",
|
||||||
buttonSettingInPropPane: ".t--property-control-buttons .t--edit-column-btn",
|
buttonSettingInPropPane: ".t--property-control-buttons .t--edit-column-btn",
|
||||||
menuSettingInPropPane: ".t--edit-column-btn",
|
menuSettingInPropPane: ".t--edit-column-btn",
|
||||||
newButton: "//*[text()='Add new button']",
|
newButton: "//*[text()='Add button']",
|
||||||
groupButtonValue: "//input[contains(@value,'Group Button')]",
|
groupButtonValue: "//input[contains(@value,'Group Button')]",
|
||||||
buttonText: (value: string) =>
|
buttonText: (value: string) =>
|
||||||
`//*[@class="bp3-button-text" and text()='${value}']`,
|
`//*[@class="bp3-button-text" and text()='${value}']`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user