feat(client): improve navigation experience with scrolling (#41042)

This commit is contained in:
Tom
2021-02-11 12:22:04 -06:00
committed by GitHub
parent 5ac74230ae
commit 32eade41b1
9 changed files with 142 additions and 67 deletions

View File

@ -1,7 +1,7 @@
/* global cy */
const selectors = {
firstBlock: ':nth-child(1) > .block > .map-title'
firstBlock: '.block-ui > .block:nth-child(1) > .map-title'
};
describe('Certificate intro page', () => {