Project card CTA

BDD file with acceptance criteria for Project card cta, describing each step of the feature and user permissions.
Feature: As I user I should see different CTAs on the project cards in project list based on device

Scenario: Primary CTA
 Given  I hover over an image thumbnail card
 Then  I should see a CTA on the card linking me to project view

Scenario: Primary CTA on mobile
 Given  I am a mobile user
 Then  I should see a CTA on the card linking me to prototype viewer

Scenario Outline: Secondary CTAs with edit permissions
 Given  I hover over an image thumbnail card
 Then  I should see cta linking me to prototype viewer on first screen

Scenario: Secondary CTAs on mobile
 Given  I am on mobile
 Then  secondary CTAs should not be available on the image thumbnail card