No more flakes and make us green again (#2771)

* No more flakes and see green

* remove extra id

* try again

* again

* again

* Fix Avatar test and make snap test more robust

* Remove extra attribute
This commit is contained in:
49fl
2024-06-25 13:56:11 -04:00
committed by GitHub
parent 8fe2d33063
commit e1bf55cc4a
7 changed files with 67 additions and 30 deletions

View File

@ -127,8 +127,8 @@ export const Stream = ({ className = '' }: { className?: string }) => {
return (
<div
className="absolute inset-0 z-0"
data-testid="stream"
id="stream"
data-testid="stream"
onMouseUp={handleMouseUp}
onMouseDown={handleMouseDown}
onContextMenu={(e) => e.preventDefault()}