Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mrc 5954 vitest pt 3 #221

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Mrc 5954 vitest pt 3 #221

merged 1 commit into from
Nov 13, 2024

Conversation

M-Kusumgar
Copy link
Collaborator

@M-Kusumgar M-Kusumgar commented Nov 5, 2024

just making sure types are okay here and same type of changes!

@M-Kusumgar M-Kusumgar changed the title Mrc 5954 third batch of tests Mrc 5954 vitest pt 3 Nov 6, 2024
@@ -286,8 +286,7 @@ describe("ParameterSetView", () => {
expect(displayNameInput.element.value).toBe("Set 1");
expect(displayNameText.isVisible()).toBe(false);

// 4 on mount + 1 input on mount + 4 after update
expect(mockTooltipDirective).toHaveBeenCalledTimes(9);
// 4 on mount + 1 input on mount + 2nd one is saveIcon
Copy link
Contributor

Choose a reason for hiding this comment

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

Can remove this comment if you don't want to do a check on this total number of calls any more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh i updated that comment as a justification for why we are looking at mock.calls[6] cos its the 7th one

@M-Kusumgar M-Kusumgar changed the base branch from mrc-5953 to mrc-5945 November 13, 2024 20:27
@M-Kusumgar M-Kusumgar merged commit 235a59c into mrc-5945 Nov 13, 2024
0 of 2 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.

2 participants