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

MEN-7061: Accepted tooltip disappeared right after device is accepted #4382

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mineralsfree
Copy link
Collaborator

Ticket: MEN-7061
Changelog: None

Ticket: MEN-7061
Changelog: None

Signed-off-by: Mikita Pilinka <mikita.pilinka@northern.tech>
@mender-test-bot
Copy link
Contributor

@mineralsfree, Let me know if you want to start the integration pipeline by mentioning me and the command "start pipeline".


my commands and options

You can trigger a pipeline on multiple prs with:

  • mentioning me and start pipeline --pr mender/127 --pr mender-connect/255

You can start a fast pipeline, disabling full integration tests with:

  • mentioning me and start pipeline --fast

You can trigger GitHub->GitLab branch sync with:

  • mentioning me and sync

You can cherry pick to a given branch or branches with:

  • mentioning me and:
 cherry-pick to:
 * 1.0.x
 * 2.0.x

@@ -265,7 +265,6 @@ export const Authorized = ({
if (!acceptedCount) {
return;
}
dispatch(advanceOnboarding(onboardingSteps.DEVICES_ACCEPTED_ONBOARDING));
Copy link
Contributor

Choose a reason for hiding this comment

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

did you check if there is another place doing dispatch(advanceOnboarding(onboardingSteps.DEVICES_ACCEPTED_ONBOARDING));?
otherwise step might not be changed

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, in order to proceed, the user should click a button on the tooltip with a hint, that says "Yes, let's deploy!", or, alternatively click on "Dismiss the tutorial".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants