test_failed critical

Screenshot

Issue screenshot

Stored at legacy-import/issues/114/1772462908686-c95daebe-5cd7-497b-a00c-289432f80936.png

Metadata

Selector candidates
[
  {
    "matches": 1,
    "score": 76,
    "selector": "div.fixed.inset-0.z-50",
    "strategy": "class"
  },
  {
    "matches": 6,
    "score": 60,
    "selector": "div:nth-of-type(6)",
    "strategy": "nth-of-type"
  },
  {
    "matches": 0,
    "score": 58,
    "selector": "html \u003e body \u003e div \u003e div:nth-of-type(6)",
    "strategy": "ancestor-path"
  }
]
Target fingerprint
{
  "ancestorPath": [
    "html",
    "body",
    "div"
  ],
  "ariaLabel": null,
  "className": "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 ",
  "href": null,
  "id": null,
  "name": null,
  "role": null,
  "tagName": "div",
  "textSample": null
}
Secondary signal
{
  "hasFiberInstance": true,
  "reactComponentStack": [
    "div",
    "Primitive.div",
    "DialogOverlay.RemoveScroll.SlotClone",
    "DialogOverlay.RemoveScroll.Slot",
    "Presence",
    "DialogOverlay",
    "m",
    "Primitive.div.SlotClone",
    "Primitive.div.Slot",
    "Portal",
    "DialogPortalProvider",
    "DialogPortal"
  ],
  "reactOwnerStack": [],
  "source": "react-fiber"
}
Layout evidence
bbox:
{
  "bottom": 1120,
  "height": 1120,
  "left": 0,
  "right": 1920,
  "top": 0,
  "width": 1920,
  "x": 0,
  "y": 0
}

viewport:
{
  "height": 1120,
  "width": 1920
}

scroll:
{
  "x": 0,
  "y": 0
}

screenshotMarks:
[]
DOM excerpt
<div data-state="open" data-slot="dialog-overlay" class="data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50 BookingRequestSentDialog_overlay__b1Y1S" data-sentry-element="DialogPrimitive.Overlay" data-sentry-source-file="dialog.tsx" data-sentry-component="DialogOverlay" style="pointer-events: auto;" data-aria-hidden="true" aria-hidden="true"></div>

Thread

Demo Admin 2026-03-02 15:22:45

My search was : Oberndorf bei Salzburg / 29–30 Apr / House sitting When I click on “Browse more sitters,” it opens to: Wien / 9–11 Mar / House sitting. Only the service type is kept. The city and dates are not preserved, which is incorrect.

Demo Admin 2026-03-02 21:39:48

Fixed: Removed dependency on client_searches (searchContext) for the Browse more sitters URL. The handler now uses the booking own snapshotted data directly (cityName, zipCode, mapLatitude, mapLongitude, serviceType, startDate, endDate). This eliminates the issue where stale or overwritten search sessions caused the redirect to default to wrong location and dates.

Demo Admin 2026-03-03 11:08:16

Still not working, same test, same issue as yesterday