React, Django and SQL developer at Forma.ai
Nothing here yet.
Mar 19, 2025 · 1 min read · Problem When I turned off my location on my mac, the weather menu bar icon would start showing Ottawa and list Toronto and Montreal even though my Weather App only had Toronto. Solution I had to add Ottawa and then remove Ottawa again and it fixed i...
Join discussionOct 16, 2024 · 1 min read · <h3 data-testid="hello-header">Hello <strong>World</strong></h3> *ByRole screen.getByRole('heading', { name: 'Hello World' }); or.toHaveTextContent expect(screen.getByTestId('hello-header')).toHaveTextContent('Hello World');
Join discussion