Skip to content

Commit

Permalink
Merge pull request #2757 from ppadti/fix-administration-test
Browse files Browse the repository at this point in the history
Fix administration cypress test
  • Loading branch information
openshift-merge-bot[bot] authored Apr 29, 2024
2 parents 5c0037b + 357bb44 commit 5485d10
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ describe('Administration Tab', () => {
administration.findStopAllServersButton().should('be.disabled');
const userRow = administration.getRow('test-user');
userRow.shouldHavePrivilege('User');
userRow.shouldHaveLastActivity('2 months ago');
userRow.findServerStatusButton().should('have.text', 'Start your server');
userRow.findServerStatusButton().should('be.enabled');
});

it('Users table sorting', () => {
Expand Down

0 comments on commit 5485d10

Please sign in to comment.