Skip to content

Commit a5e7d93

Browse files
fix: playwright support script VCR API path (shakacode#132)
Signed-off-by: Khaled Emara <[email protected]>
1 parent 981f8e8 commit a5e7d93

File tree

1 file changed

+1
-1
lines changed
  • lib/generators/cypress_on_rails/templates/spec/playwright/support

1 file changed

+1
-1
lines changed

lib/generators/cypress_on_rails/templates/spec/playwright/support/on-rails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const appVcrInsertCassette = async (cassette_name, options) => {
2929
const appVcrEjectCassette = async () => {
3030
const context = await contextPromise;
3131

32-
const response = await context.post("/__cypress__/vcr/eject");
32+
const response = await context.post("/__e2e__/vcr/eject");
3333
expect(response.ok()).toBeTruthy();
3434
return response.body;
3535
}

0 commit comments

Comments
 (0)