We use Testing Library to test our React UI pages and components. For example, we may have the following HelpFaqsTile component in a page: const HelpFaqsTile = () => ( <CardWithStyleOverrides data-testid="help-faqs-tile"> <DashboardImage src={require('../../assets/cartoon-lifebelt.png')} alt="a floa...
As I am writing my first blog post for Artsy, here is a short introduction on who I am: My name is Kaja and I am an engineer in our Berlin entity. As a Ruby-born programmer I am calling myself a backend engineer, but that also may change and is more about emotional identification and less about what...