Skip to content

Commit

Permalink
test: point to correct endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jan 8, 2025
1 parent a2fe7b4 commit 877ec72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/src/GuideContent/StaticRenderHTML/Vue/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context('/src/GuideContent/GenerateHTML/Vue/', () => {
context('/src/GuideContent/StaticRenderHTML/Vue/', () => {
before(() => {
cy.visit('/src/GuideContent/GenerateHTML/Vue/')
cy.visit('/src/GuideContent/StaticRenderHTML/Vue/')
})

it('should render the content as an HTML string', () => {
Expand Down

0 comments on commit 877ec72

Please sign in to comment.