Skip to content

Commit

Permalink
Merge pull request #25692 from mshima/react-websocket
Browse files Browse the repository at this point in the history
fix websocket in react and add to test sample
  • Loading branch information
DanielFran authored Apr 1, 2024
2 parents 3ceeff8 + c7838ac commit 8716b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export const TrackerPage = () => {

return (
<div>
<h2>
<Translate contentKey="tracker.title" data-cy="trackerPageHeading">Real-time user activities</Translate>
<h2 data-cy="trackerPageHeading">
<Translate contentKey="tracker.title">Real-time user activities</Translate>
</h2>
<table className="table table-sm table-striped table-bordered" data-cy="trackerTable">
<thead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"serverPort": "8080",
"serviceDiscoveryType": "no",
"testFrameworks": ["gatling", "cypress"],
"websocket": "no"
"websocket": "spring-websocket"
}
}

0 comments on commit 8716b40

Please sign in to comment.