GithubHelp home page GithubHelp logo

User attaches picture to household about cfi HOT 4 OPEN

chrismdp avatar chrismdp commented on June 26, 2024
User attaches picture to household

from cfi.

Comments (4)

vtatai avatar vtatai commented on June 26, 2024

Can i grab this one?

from cfi.

chrismdp avatar chrismdp commented on June 26, 2024

Sure thing! Would you mind writing out a cucumber feature and posting it so I can check it with CFI?

from cfi.

vtatai avatar vtatai commented on June 26, 2024

Is something like this ok?

Feature: User attaches picture to household
  In order to show pictures for households, 
  As any user 
  I want to be able to upload a picture of the entire household to the household page

  Scenario: User attaches picture to household
    Given I am a new, authenticated user
    And a household called "Hun"
    When I go to the page for household "Hun"
    And I press "Edit"
    And I add the photo "sample.jpg"
    And I press "Update"
    Then I should be on the page for household "Hun"
    And I should see a picture for the household

  Scenario: User removes picture from household
    Given I am a new, authenticated user
    And a household called "Hun"
    And a picture "sample.jpg" for household "Hun"
    When I go to the page for household "Hun"
    And I press "Remove picture"
    Then I should be on the page for household "Hun"
    And I should not see a picture for the household

from cfi.

chrismdp avatar chrismdp commented on June 26, 2024

Looks good to me. I'd avoid using web_steps though: instead of:

When I go to the page for household "Hun"
And I press "Edit"
And I add the photo "sample.jpg"
And I press "Update"

I'd do:

When I upload a photo for household "Hun"

from cfi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.