Sha256: 9145ef4824946edd29a1c2b7b616ba0dee5f4efc93820e63ee0cafd0e9c3accb

Contents?: true

Size: 870 Bytes

Versions: 38

Compression:

Stored size: 870 Bytes

Contents

@javascript
Feature: Layouts
  In order to have greater control over the look and feel of my website
  As a User
  I want custom html templates

  Background:
    Given I am signed in as Joe Admin
    And I create HTML card "simple layout" with content "Simple Header {{_main}} Simple Footer"
    And I wait a sec
    And the card "*all+*layout" contains "[[simple layout]]"
    And I create Pointer card "User+*type+*layout" with content "[[user layout]]"
    And I wait a sec
    And I create HTML card "user layout" with content "User Header {{_main}}"
    And I wait a sec

  Scenario: I visit a Basic card with the simple layout
    When I go to card "*account links"
    Then I should see "Simple Header"
    And I should see "Joe Admin"

  Scenario: I visit a User card with the user layout
    When I go to card "Joe User"
    Then I should see "User Header"



Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wagn-1.20.2 features/layouts.feature
wagn-1.20.1 features/layouts.feature
wagn-1.20.0 features/layouts.feature
wagn-1.19.6 features/layouts.feature
wagn-1.19.5 features/layouts.feature
wagn-1.19.4 features/layouts.feature
wagn-1.19.3 features/layouts.feature
wagn-1.19.2 features/layouts.feature
wagn-1.19.1 features/layouts.feature
wagn-1.19.0 features/layouts.feature
wagn-1.18.6 features/layouts.feature
wagn-1.18.5 features/layouts.feature
wagn-1.18.4 features/layouts.feature
wagn-1.18.3 features/layouts.feature
wagn-1.18.2 features/layouts.feature
wagn-1.18.1 features/layouts.feature
wagn-1.18.0 features/layouts.feature
wagn-1.17.4 features/layouts.feature
wagn-1.17.3 features/layouts.feature
wagn-1.17.2 features/layouts.feature