poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
386 stars 214 forks source link

(Fix) Reserved tokens plus button is renamed to 'Submit' #864

Closed vbaranov closed 6 years ago

vbaranov commented 6 years ago

Closes #486

Problem: Sometimes users forget to click "+" button to add reserved tokens because of think, that it will add another one destination address.

Solution: Rename "+" button to "submit". It is supported by community users https://gitter.im/poanetwork/ico-wizard?at=5af0880b6d98e53e045be068

@dennis00010011b please take a look. I guess this change should break e2e tests.

vbaranov commented 6 years ago

@fernandomg thanks, updated

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 2113


Files with Coverage Reduction New Missed Lines %
src/components/stepFour/utils.js 9 0.0%
<!-- Total: 9 -->
Totals Coverage Status
Change from base Build 2094: -0.04%
Covered Lines: 640
Relevant Lines: 2396

💛 - Coveralls
dennis00010011b commented 6 years ago

@vbaranov e2e changed https://github.com/poanetwork/token-wizard-test-automation/tree/master Please update submodule and try again