We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fa658 commit 08a5c12Copy full SHA for 08a5c12
test/integration/ruby-tab/control.test.js
@@ -40,7 +40,7 @@ describe('Ruby Tab: Control category blocks', () => {
40
await clickText('Abby', scope.modal);
41
await findByXpath(
42
'//div[contains(@class, "sprite-selector-item_is-selected")]' +
43
- '/*/div[contains(@class, "sprite-selector-item_sprite-name_1PXjh") and text()="Abby"]'
+ '/*/div[contains(@class, "sprite-selector-item_sprite-name") and text()="Abby"]'
44
);
45
await clickText('Sprite1', scope.spriteItems);
46
0 commit comments