Sha256: ce7868846dd977c53aacb2e6c20c6bf2a2c4fa38a2bf7e60c0f77b248d8769da

Contents?: true

Size: 912 Bytes

Versions: 35

Compression:

Stored size: 912 Bytes

Contents

@reset-font-size
Feature: The font size can be increased and decreased within bounds

  Background:
    Given I open a new edit tab
    And I replace the contents with "Hello! Hello! Hello!"

  Scenario: The font size can be increased until it reaches maximum size
    When I set the font size to 14
    Then the font size should be 14
    And I increase the font size
    Then the font size should be 15
    When I set the font size to maximum
    And I increase the font size
    And I increase the font size
    Then the font size should be maximum

  Scenario: The font size can be decreased until it reaches minimum size
    When I set the font size to 21
    Then the font size should be 21
    And I decrease the font size
    Then the font size should be 20
    When I set the font size to minimum
    And I decrease the font size
    And I decrease the font size
    Then the font size should be minimum

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
redcar-0.13 plugins/redcar/features/alter_font_size.feature
redcar-dev-0.13.5dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.13.4dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.13.3dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.13.2dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.13.1dev plugins/redcar/features/alter_font_size.feature
redcar-0.12.1 plugins/redcar/features/alter_font_size.feature
redcar-dev-0.13.0dev plugins/redcar/features/alter_font_size.feature
redcar-0.12 plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.27dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.26dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.25dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.24dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.23dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.22dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.21dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.20dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.19dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.18dev plugins/redcar/features/alter_font_size.feature
redcar-dev-0.12.17dev plugins/redcar/features/alter_font_size.feature