if (testControls) {
      // If aria-controls, action should have attr pointing to id on content
      expect(screen.getByText('Action')).toHaveAttribute('aria-controls', 'test-guid')
      expect(screen.getByText('Content')).toHaveAttribute('id', 'test-guid')
    }