Skip to content

Conversation

@Basit-qc
Copy link
Contributor

No description provided.

@Basit-qc Basit-qc requested a review from saadberry March 10, 2025 11:46
@sonarqubecloud
Copy link

@Basit-qc Basit-qc changed the title Develop -> Master Updated video link in README (marketplace page) Mar 10, 2025
@codesyncapp
Copy link

codesyncapp bot commented Mar 10, 2025

Check out the playback for this Pull Request here.

Comment on lines -135 to 136
await waitFor(2);
expect(vscode.window.showInformationMessage).toHaveBeenCalledTimes(1);
expect(vscode.window.showInformationMessage).toHaveBeenCalledTimes(2);
expect(vscode.window.showInformationMessage.mock.calls[0][0]).toStrictEqual(NOTIFICATION.LOGGED_OUT_SUCCESSFULLY);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Basit-qc, just for my understanding—why did we update this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test was failing, not related to this PR. After Logout, we show Welcome Msg to user so there are 2 notifications. Test was asserting 1.

@Basit-qc Basit-qc merged commit 95a07a4 into master Mar 11, 2025
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants