Skip to content

Commit

Permalink
test(adapters-e2e): enable placeholder tests in ssr remote-file
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jan 24, 2024
1 parent 94b2482 commit 8b66db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/adapters/cypress/e2e/remote-file.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const configs = [
{
title: `remote-file (SSR, Page Query)`,
pagePath: `/routes/ssr/remote-file/`,
placeholders: false,
placeholders: true,
},
]

Expand Down

0 comments on commit 8b66db1

Please sign in to comment.