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

Usability improvements for no series #552

Merged
merged 7 commits into from
Feb 12, 2024

Conversation

AndreasMoth
Copy link
Contributor

@AndreasMoth AndreasMoth commented Feb 9, 2024

Adding a success/failure message to Check No. Series, promoting Lines and Relations actions on No. Series page to always show and adding a FactBox on No. Series page to show the relations a No. Series has.

Fixes AB#476364

@AndreasMoth AndreasMoth requested a review from a team as a code owner February 9, 2024 09:19
Copy link

azure-boards bot commented Feb 9, 2024

✅ Successfully linked to Azure Boards work item(s):

1 similar comment
Copy link

azure-boards bot commented Feb 9, 2024

✅ Successfully linked to Azure Boards work item(s):

@github-actions github-actions bot added this to the Version 24.0 milestone Feb 9, 2024
darjoo
darjoo previously approved these changes Feb 9, 2024
grobyns
grobyns previously approved these changes Feb 9, 2024
@AndreasMoth AndreasMoth dismissed stale reviews from grobyns and darjoo via 69c0a08 February 9, 2024 14:28
@AndreasMoth AndreasMoth requested a review from a team as a code owner February 9, 2024 14:28
grobyns
grobyns previously approved these changes Feb 9, 2024
@AndreasMoth AndreasMoth merged commit a10ca5c into main Feb 12, 2024
17 checks passed
@AndreasMoth AndreasMoth deleted the private/anmoth/UsabilityImprovementsForNoSeries branch February 12, 2024 09:02
[MessageHandler]
procedure TestSeriesSuccessMessageHandler(Message: Text[1024])
begin
LibraryAssert.IsTrue(Message.StartsWith('The test was successful.'), 'The test series was not successful, message: ' + Message);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
LibraryAssert.IsTrue(Message.StartsWith('The test was successful.'), 'The test series was not successful, message: ' + Message);
LibraryAssert.ExpectedMessage('The test was successful.', Message);

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, just copy the label and use that...

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.

5 participants