Skip to content

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

@r-brown

Description

@r-brown

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions