Skip to content

Commit 08a5c12

Browse files
committed
test: fix flaky
1 parent 37fa658 commit 08a5c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/ruby-tab/control.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('Ruby Tab: Control category blocks', () => {
4040
await clickText('Abby', scope.modal);
4141
await findByXpath(
4242
'//div[contains(@class, "sprite-selector-item_is-selected")]' +
43-
'/*/div[contains(@class, "sprite-selector-item_sprite-name_1PXjh") and text()="Abby"]'
43+
'/*/div[contains(@class, "sprite-selector-item_sprite-name") and text()="Abby"]'
4444
);
4545
await clickText('Sprite1', scope.spriteItems);
4646

0 commit comments

Comments
 (0)