Blame view

vendor/codeception/base/tests/data/refund.feature 279 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
7
8
9
10
@important
Feature: Refund item
  In order to get satisfaction
  As a customer
  I need to be able to get refunds

  Scenario: Jeff returns a faulty microwave
    Given Jeff has bought a microwave for "$100"
    When he returns the microwave
    Then Jeff should be refunded $100