fix(client): remove algolia and hot keys modules from landing pages (#42394)
* fix(client): remove algolia and hot keys from landing pages Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@ -54,8 +54,7 @@ describe('Learn Landing page (not logged in)', () => {
|
||||
|
||||
describe('Quotes', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/');
|
||||
cy.contains("Get started (it's free)").click();
|
||||
cy.login();
|
||||
});
|
||||
|
||||
it('Should show a quote', () => {
|
||||
@ -73,8 +72,7 @@ describe('Quotes', () => {
|
||||
|
||||
describe('Superblocks and Blocks', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/');
|
||||
cy.contains("Get started (it's free)").click();
|
||||
cy.login();
|
||||
});
|
||||
|
||||
it('Has all superblocks visible', () => {
|
||||
|
Reference in New Issue
Block a user