mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
more reversions
This commit is contained in:
@@ -9,10 +9,10 @@ runs:
|
|||||||
sudo apt-get update \
|
sudo apt-get update \
|
||||||
&& sudo apt-get install -y --no-install-recommends \
|
&& sudo apt-get install -y --no-install-recommends \
|
||||||
libcurl4-openssl-dev
|
libcurl4-openssl-dev
|
||||||
- name: Set up Python 3.12.2
|
- name: Set up Python 3.12.3
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.12.2"
|
python-version: "3.12.3"
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pip install poetry==2.1.3
|
run: pip install poetry==2.1.3
|
||||||
|
|||||||
+1
-1
@@ -88,7 +88,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
|||||||
moto = "*"
|
moto = "*"
|
||||||
pip-audit = "*"
|
pip-audit = "*"
|
||||||
pre-commit = "^4.2.0"
|
pre-commit = "^4.2.0"
|
||||||
pytest = "^8.3.5"
|
pytest = "^8.3.2"
|
||||||
pytest-env = "^1.1.3"
|
pytest-env = "^1.1.3"
|
||||||
pytest-mock = "^3.14.1"
|
pytest-mock = "^3.14.1"
|
||||||
pytest-playwright = "^0.7.0"
|
pytest-playwright = "^0.7.0"
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ async def create_new_template(page):
|
|||||||
# We are not going to send the message for this test, we just want to confirm
|
# We are not going to send the message for this test, we just want to confirm
|
||||||
# that the template has been created and we are now seeing the message from the
|
# that the template has been created and we are now seeing the message from the
|
||||||
# template in the preview.
|
# template in the preview.
|
||||||
# assert "Test message for e2e test" in page.content()
|
assert "Test message for e2e test" in page.content()
|
||||||
|
|
||||||
|
|
||||||
def test_create_new_template(end_to_end_context):
|
def test_create_new_template(end_to_end_context):
|
||||||
|
|||||||
Reference in New Issue
Block a user