我正在嘗試創建一個黃瓜場景,檢查是否爲「編輯發佈」頁面加載了元素。但是,我的麻煩是我不知道如何創建一個將它引導到頁面的路徑。使用對象ID創建路徑以與黃瓜場景進行映射
的一般路徑是這樣的:/發佈/ ID /編輯
即/發佈/ 11 /編輯
這是我posting.feature場景
# Editing existing post
Scenario: Saving the edits to an existing post
Given I am logged in
Given there is a posting
Given I am on the edit posting page
When I fill in "posting_title" with "blah"
And I fill in "posting_location" with "blegh"
When I press "Update posting"
Then I should see "Posting was successfully updated."
我與一些廠圍繞涉足女孩的東西,但我沒有適當的使用它的知識(如果它提供了一個解決方案),並沒有找到一個相關的例子。 我也看到很多關於'Pickle'的建議,但如果可能的話,我想避免這種路線,以保持簡單,因爲我的經驗非常有限。
謝謝!
謝謝你的建議:)!我會嘗試一下(似乎它應該工作)。我實際上想出了一個使用Factory Girl的解決方案,但由於我的排名很低,我無法發佈我的解決方案.. u.u。我還能再過7個小時。 – pka