filestack / filestack-js

Official Javascript SDK for the Filestack API and content ingestion system.
https://www.filestack.com
MIT License
206 stars 76 forks source link

Empty name for Filestack test cookie #551

Open wabucewicz opened 4 months ago

wabucewicz commented 4 months ago

Expected Behavior

All test cookies should not be stored.

Current Behavior

There is a cookie with an empty name, which has the value testcookie.

Steps to Reproduce

  1. Initialize the Filestack SDK.
  2. Open the Developer Tools in your browser.
  3. Navigate to the Cookies section.
  4. Check the cookies for Filestack.

Additional Screenshots

  1. image

Context

This issue causes problems when running end-to-end (e2e) tests, due to an error in handling this specific scenario by Cypress.

Your Environment

The problem occurs across various browsers and operating systems.