Welcome to mirror list, hosted at ThFree Co, Russian Federation.

photo_gallery.feature « desktop « features - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb86819bba5bdd8e06c359021e10ba5f2e1a394c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@javascript
Feature: viewing the photo lightbox
  Background:
    Given a user with username "alice"
    And "alice@alice.alice" has posted a status message with a photo
    And I sign in as "alice@alice.alice"

    Scenario: viewing a photo
      When I press the attached image
      Then I should see the photo lightbox

    Scenario: closing the lightbox by clicking the close link
      When I press the attached image
      And I press the close lightbox link
      Then I should not see the photo lightbox