fix(app): e2e tests typo

Signed-off-by: Rémi Doreau <remi.d45@gmail.com>
This commit is contained in:
Rémi Doreau
2021-05-14 09:53:13 +02:00
parent f83861bb50
commit 70e754ec33
@@ -78,7 +78,7 @@ describe('TechDocs', () => {
);
});
it('should navigate to a specific TechDocs fragment from a URL', () => {
it('should navigate to a specific TechDocs section from a URL', () => {
cy.visit('/docs/default/Component/backstage/overview/roadmap');
cy.window().its('scrollY').should('equal', 0);
@@ -89,7 +89,7 @@ describe('TechDocs', () => {
});
});
it('should navigate to a specific TechDocs hash from a URL', () => {
it('should navigate to a specific TechDocs fragment from a URL', () => {
cy.visit(
'/docs/default/Component/backstage/overview/roadmap/#future-work',
);