Skip to content

Commit 24eff28

Browse files
committed
fix: fix faield tests
1 parent b232210 commit 24eff28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/storefrontapp-e2e-cypress/cypress/e2e/a11y/b2b/b2b.my-company-budgets.a11y-e2e.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { loginAsMyCompanyAdmin } from '../../../helpers/b2b/my-company/my-compan
88

99
const MY_COMPANY_URL = '/organization/budgets';
1010
const rowCellSelector =
11-
'cx-org-list.orgBudget table tr:nth-child(3) cx-org-status-cell span';
11+
'cx-org-list.orgBudget table tr:last-child cx-org-status-cell span';
1212
const detailsActionsListSelector = 'cx-org-list.orgBudget .main .link-list';
1313

1414
/**

projects/storefrontapp-e2e-cypress/cypress/e2e/a11y/b2b/b2b.my-company-user-groups.a11y-e2e.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { loginAsMyCompanyAdmin } from '../../../helpers/b2b/my-company/my-compan
88

99
const MY_COMPANY_URL = '/organization/user-groups';
1010
const rowCellSelector =
11-
'main cx-view cx-table table tr:nth-child(3) .uid cx-org-cell .text';
11+
'main cx-view cx-table table tr:last-child .uid cx-org-cell .text';
1212
const detailsActionsListSelector = 'cx-org-user-group-details .main .link-list';
1313
export const SKELETON_SELECTOR =
1414
'main cx-view cx-table table cx-org-cell:not(:has(a))';

0 commit comments

Comments
 (0)