Skip to content

Commit

Permalink
Fat 17760 (#4578)
Browse files Browse the repository at this point in the history
* fixed tests

* fixed linter issue

* fixed tests

* added waits

* added permission
  • Loading branch information
TetianaParanich authored Dec 23, 2024
1 parent 939421e commit e804764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('Inventory', () => {

cy.resetTenant();
cy.getAdminToken();
cy.createTempUser([]).then((userProperties) => {
cy.createTempUser([Permissions.uiInventoryViewCreateInstances.gui]).then((userProperties) => {
testData.user = userProperties;
cy.assignAffiliationToUser(Affiliations.College, testData.user.userId);
cy.setTenant(Affiliations.College);
Expand Down

0 comments on commit e804764

Please sign in to comment.