Automattic / wp-e2e-tests

Automated end-to-end tests for WordPress.com
https://github.com/Automattic/wp-calypso
GNU General Public License v2.0
110 stars 25 forks source link

Fix: Update expiry date for credit card #1817

Closed niranjan-uma-shankar closed 5 years ago

niranjan-uma-shankar commented 5 years ago

Currently tests fail whenever a credit card info is expected, since the expiry date for the card is set to 02/19.

screen shot 2019-03-01 at 16 57 47

This PR fixes the issue by updating the expiry date.

Stojdza commented 5 years ago

Thanks for this @niranjan-uma-shankar!