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