You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening the URL dynamiclearning.io/${workbook_id}?slide=${slideNo} should open slide no slideNo
If the wrong slide No is given, i.e < 0, then open 0, if given > lastNo, open last slide.
Please write appropriate tests also.
The text was updated successfully, but these errors were encountered:
Opening the URL
dynamiclearning.io/${workbook_id}?slide=${slideNo}
should open slide noslideNo
If the wrong slide No is given, i.e < 0, then open 0, if given > lastNo, open last slide.
Please write appropriate tests also.
The text was updated successfully, but these errors were encountered: