update a few more places with seemingly incorrect useage of 'users'.

Этот коммит содержится в:
Conor Macpherson
2023-03-30 16:33:39 -04:00
родитель 9791f74602
Коммит 25035a72c4
24 изменённых файлов: 23 добавлений и 79 удалений

Просмотреть файл

@@ -147,7 +147,7 @@ describe('System Console - Subscriptions section', () => {
// * Ensure that the yearly, monthly, and yearly saving prices match the new user seats value entered
checkValues(lessThanUserCount);
cy.get('.RHS').get('.Input___customMessage').contains(`Your workspace currently has ${count} users`);
cy.get('.RHS').get('.Input___customMessage').contains(`Your workspace currently has ${count} active users`);
// * Check that Upgrade button is not enabled
cy.get('.RHS').find('button').should('be.disabled');

Просмотреть файл

@@ -340,7 +340,7 @@ describe('Self hosted Purchase', () => {
getCurrentUsers().then((currentUsers) => {
// * Verify form can not be submitted
cy.contains(`Your workspace currently has ${currentUsers} users`).should('not.be.enabled');
cy.contains(`Your workspace currently has ${currentUsers} active users`).should('not.be.enabled');
cy.contains('Upgrade').should('not.be.enabled');
// # Fill form the same number of seats as current users