Skip to content

Confirm/Close Alert button triggers but performs no action in SOC257 scenario #25

Description

@SKTR13055

BUG

Description

While solving the SOC257 - VPN Connection Detected from Unauthorized Country scenario, the "Confirm" / "Close Alert" button is clickable but does not complete any action.

Steps to Reproduce

  1. Go to Practice section
  2. Open SOC257 - VPN Connection Detected from Unauthorized Country
  3. Progress through the scenario
  4. Attempt to close the alert or click "Confirm"

Expected Behavior

The alert should be closed or the playbook should complete successfully.

Actual Behavior

  • Button is clickable
  • It briefly disables (loading state)
  • Then re-enables
  • No action is completed
  • No success or error message is shown

Additional Observations

  • The button contains an "undefined" class in the DOM:
    class="Button_button__... Button_primary__... undefined"
  • The issue occurs in both:
    • Finish Playbook (Confirm button)
    • Close Alert button
  • This suggests a possible frontend or API handling issue

Suggested Debug Areas

  • Check if API request is being triggered
  • Inspect network tab for failed requests
  • Check browser console for errors
  • Verify frontend state handling after button click

Impact

Users are unable to complete the SOC257 scenario or close alerts.

Image Image

note: I was not able to assign the "bug" label in this repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions