Merge pull request #107 from dod-ccpo/ui/request-form

UI/request form
This commit is contained in:
luisgov
2018-07-31 11:21:08 -04:00
committed by GitHub
15 changed files with 395 additions and 444 deletions

View File

@@ -1,10 +0,0 @@
import wtforms
import pytest
from atst.forms.request import RequestForm
form = RequestForm()
def test_form_has_expected_fields():
label = form.dollar_value.label
assert "estimated dollar value" in label.text

View File

@@ -4,7 +4,7 @@ import tornado
import urllib
from tests.mocks import MOCK_USER
ERROR_CLASS = "usa-input-error-message"
ERROR_CLASS = "alert--error"
@pytest.mark.gen_test
def test_submit_invalid_request_form(monkeypatch, http_client, base_url):