Skip to content

Commit d33e64d

Browse files
committed
Added trace log mem to login
1 parent a546452 commit d33e64d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui-tests/cypress/lib/login/login.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ const verifyPageDefaultElements = () => {
4545
const login = (username, password) => {
4646
typeUsername(username);
4747
typePassword(password);
48+
cy.task('logMemory');
4849
clickLoginButton();
50+
cy.task('logMemory');
4951
};
5052

5153
module.exports = {

0 commit comments

Comments
 (0)