Skip to content

Commit

Permalink
test: fix auto assignment selector
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed May 14, 2024
1 parent 3b1a9a7 commit d9f80b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/panels/autoassignment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test('automatic assignment panel', async ({ page }) => {
await nmrium.page.click('div[role="dialog"] >> text=Panels');

await nmrium.page.click(
'div[role="dialog"] >> _react=ReactTable >> tr[role="row"] >> nth=13 >> td[role="cell"] >> nth=2 >> input',
'div[role="dialog"] >> _react=DisplayTabContent >> _react=ReactTable >> tr[role="row"] >> nth=13 >> td[role="cell"] >> nth=2 >> input',
);

await nmrium.saveWorkspaceModal('test');
Expand Down

0 comments on commit d9f80b0

Please sign in to comment.