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

GuideChimp doesn't start if step index is greater than steps number #62

Open
r-brown opened this issue Dec 8, 2020 · 0 comments
Open

Comments

@r-brown
Copy link
Member

r-brown commented Dec 8, 2020

Describe the bug
GuideChimp doesn't start if step index is greater than steps number.

To Reproduce
Steps to reproduce the behavior:

  1. Define 2 steps in the tour
  2. Set start step as 0 or 1 => works
guideChimpAdventCalendar.start(1);
  1. Set start step as 2 => dosn't work
guideChimpAdventCalendar.start(2);

Expected behavior
At least last step should be opened (e.g. - 1)

@r-brown r-brown added the bug label Dec 8, 2020
@r-brown r-brown added this to To do in GuideChimp Kanban Board via automation Dec 8, 2020
@v-rudkovskiy v-rudkovskiy assigned r-brown and unassigned v-rudkovskiy Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
GuideChimp Kanban Board
  
📋 Backlog
Development

No branches or pull requests

2 participants