Skip to content

Commit

Permalink
Merge pull request ceph#57992 from afreen23/wip-fix-test
Browse files Browse the repository at this point in the history
mgr/dashboard: Fix login and notification e2e tests

Reviewed-by: Pedro Gonzalez Gomez <[email protected]>
  • Loading branch information
Pegonzal authored Jun 13, 2024
2 parents 8a2a786 + 0bfb1bf commit 7b326d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Logs page', () => {
describe('audit logs respond to pool creation and deletion test', () => {
it('should create pool and check audit logs reacted', () => {
pools.navigateTo('create');
pools.create(poolname, 8);
pools.create(poolname, 8, 'rbd');
pools.navigateTo();
pools.existTableCell(poolname, true);
logs.checkAuditForPoolFunction(poolname, 'create', hour, minute);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('Notification page', () => {
before(() => {
cy.login();
pools.navigateTo('create');
pools.create(poolName, 8);
pools.create(poolName, 8, 'rbd');
pools.edit_pool_pg(poolName, 4, false);
});

Expand Down

0 comments on commit 7b326d8

Please sign in to comment.