// Because this offer was created by this wallet, we have the option to cancel it
expect(
screen.getByRole('button', { name: 'Cancel your offer' }),
).toBeInTheDocument();
});
it('On token server API fail, we fall back to locally maintained blacklist. A blacklisted offer does not render in all offers, but will render in My offers', async () => {