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 b700e55 commit 5a6a4e0Copy full SHA for 5a6a4e0
tests/e2e/common-actions/browser-actions.ts
@@ -87,7 +87,7 @@ export class BrowserActions {
87
* @param name node name
88
*/
89
getNodeSelector(name: string): Selector {
90
- return Selector(`[data-testid="node-item_${name}"]`);
+ return Selector(`[data-testid^="node-item_${name}"]`);
91
}
92
93
/**
0 commit comments