Andrey Kucherenko
andrii.k@sbtech.com
polyglot.js
window.fetch polyfill
https://github.com/depcheck/depcheck
@LiveCoupon
Feature: Select/Deselect odds on Live Coupon widget
As an User
I want to select/deselect odds on Live Coupon widget
Background:
Given Live Coupon widget rendered on page
Scenario: I want to select odd on Live Coupon widget
Given There are events with active odds inside sport panels in Live Coupon widget
When I select any active odd in any event inside sport panels in Live Coupon widget
Then Odd become selected in Live Coupon widget
Unit tests coverage
Increases assurance of correctness
More complete explorations of requirements
Improved code
Code as documentation
Safe refactoring