Skip to content

Commit

Permalink
chore: take possible experience controls influence into account
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Oct 17, 2023
1 parent 2857f1b commit aba0eac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added cypress/downloads/downloads.html
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/e2e/cucumber/scroll.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Then('scroll position is at top', () => {
*/
When('scrolling down to the bottom', () => {
cy.getByDataTest('query-preview-item')
.should('have.length', 10)
.should('have.length.at.least', 5)
.then(() => {
cy.getByDataTest('base-scroll').scrollTo('center', { duration: 1000 });
cy.getByDataTest('base-scroll').scrollTo('bottom', { duration: 500 });
Expand Down

0 comments on commit aba0eac

Please sign in to comment.