Skip to content

Commit e87b26e

Browse files
e2e fix
1 parent f333698 commit e87b26e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/manager/cypress/e2e/core/billing/restricted-user-billing.spec.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ describe('restricted user billing flows', () => {
259259
assertEditBillingInfoDisabled(restrictedUserTooltip);
260260
assertAddPaymentMethodDisabled(restrictedUserTooltip);
261261
assertMakeAPaymentDisabled(
262-
restrictedUserTooltip +
263-
` Please contact your ${ADMINISTRATOR} to request the necessary permissions.`
262+
`You don't have permissions to make a payment. Please contact your ${ADMINISTRATOR} to request the necessary permissions.`
264263
);
265264
});
266265

@@ -289,8 +288,7 @@ describe('restricted user billing flows', () => {
289288
assertEditBillingInfoDisabled(restrictedUserTooltip);
290289
assertAddPaymentMethodDisabled(restrictedUserTooltip);
291290
assertMakeAPaymentDisabled(
292-
restrictedUserTooltip +
293-
` Please contact your ${PARENT_USER} to request the necessary permissions.`
291+
`You don't have permissions to make a payment. Please contact your ${PARENT_USER} to request the necessary permissions.`
294292
);
295293
});
296294

0 commit comments

Comments
 (0)