forked from SSENSE/vue-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update placeholder tests and functional ui todo
- Loading branch information
1 parent
9f39102
commit 0ed5bc7
Showing
2 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Function UI Tests | ||
|
||
This is a document to keep track of the functional ui tests we want to implement. Please add to this file as you discover new UI tests you would like to add. | ||
|
||
## autoplay | ||
|
||
* display the second slide after waiting the timeout duration with direction forward | ||
* display the first slide after waiting the timeout duration with direction backward | ||
* no autoplay advance on hover | ||
* autoplay advance on hover when hover pause false | ||
* loop to the first slide when looping is enabled |