Commit Graph

64 Commits

Author SHA1 Message Date
Carlo Costino
5b4d5118d8 Merge pull request #1346 from GSA/notify-admin-1336
Add end-to-end test: Sending a message from existing template
2024-04-09 17:08:01 -04:00
Kenneth Kehl
f28bbd77a4 code review feedback 2024-04-09 10:41:54 -07:00
Kenneth Kehl
931d5f4fed remove end-to-end context 2024-04-09 09:10:02 -07:00
Kenneth Kehl
6a29d2c814 code review feedback 2024-04-09 09:07:19 -07:00
Kenneth Kehl
5a81c11348 add comment 2024-03-27 12:40:45 -07:00
Kenneth Kehl
81412ddd1e fix 2024-03-27 12:32:29 -07:00
Kenneth Kehl
a85681252f fix 2024-03-27 12:15:44 -07:00
Kenneth Kehl
f6f750e5d0 try current service link 2024-03-27 11:02:53 -07:00
Kenneth Kehl
70c3457dbd try current service link 2024-03-27 10:52:22 -07:00
Kenneth Kehl
939c1c978e try current service link 2024-03-27 10:35:09 -07:00
Kenneth Kehl
bbb351861d create new template test 2024-03-27 10:26:56 -07:00
Kenneth Kehl
624a89a546 create new template test 2024-03-27 10:21:01 -07:00
Kenneth Kehl
abef1230b8 final? 2024-03-26 11:22:22 -07:00
Kenneth Kehl
6f56123eea works locally and maybe on github as well 2024-03-26 11:13:54 -07:00
Kenneth Kehl
b9b59ea453 works locally and maybe on github as well 2024-03-26 10:59:16 -07:00
Kenneth Kehl
edf3961f0d works locally and maybe on github as well 2024-03-26 10:30:11 -07:00
Kenneth Kehl
c4a594663b put back firefox tests 2024-03-26 09:57:16 -07:00
Kenneth Kehl
790c274a6e only test chromium right now 2024-03-26 09:43:54 -07:00
Kenneth Kehl
4874c91f0a only test chromium right now 2024-03-26 09:38:41 -07:00
Kenneth Kehl
96c1a2b59f only test chromium right now 2024-03-26 09:33:07 -07:00
Kenneth Kehl
08603c993c only test chromium right now 2024-03-26 09:24:31 -07:00
Kenneth Kehl
578d00a9ee only test chromium right now 2024-03-26 09:18:32 -07:00
Kenneth Kehl
d6a0e25c38 only test chromium right now 2024-03-26 09:10:52 -07:00
Kenneth Kehl
8b33fcc1f5 only test chromium right now 2024-03-26 09:03:30 -07:00
Kenneth Kehl
afefa092ed only test chromium right now 2024-03-26 08:56:50 -07:00
Kenneth Kehl
25f2175147 only test chromium right now 2024-03-26 08:45:30 -07:00
Kenneth Kehl
5e16f210d8 only test chromium right now 2024-03-26 08:32:37 -07:00
Kenneth Kehl
6700f85784 only test chromium right now 2024-03-26 08:22:11 -07:00
Kenneth Kehl
1ecb617eac only test chromium right now 2024-03-26 08:14:49 -07:00
Kenneth Kehl
7ebc337bb0 only test chromium right now 2024-03-26 08:06:39 -07:00
Kenneth Kehl
8bc41c59dc try button instead of text 2024-03-25 14:12:31 -07:00
Kenneth Kehl
86efe62b22 try button instead of text 2024-03-25 14:07:33 -07:00
Kenneth Kehl
c4cce69f71 try button instead of text 2024-03-25 13:52:51 -07:00
Kenneth Kehl
9dcf157ccb add existing template case 2024-03-25 13:29:59 -07:00
Kenneth Kehl
3660dce9f5 add existing template case 2024-03-25 13:21:07 -07:00
Kenneth Kehl
dbb60fc963 add existing template case 2024-03-25 13:15:41 -07:00
Kenneth Kehl
6367b2ce76 add existing template case 2024-03-25 13:09:32 -07:00
Kenneth Kehl
e1c2a6a2fd add existing template case 2024-03-25 12:23:53 -07:00
Kenneth Kehl
54b9d2a5d6 add existing template case 2024-03-25 12:06:38 -07:00
Kenneth Kehl
cf56ec4263 merge from main 2024-03-25 11:45:19 -07:00
Kenneth Kehl
404ef2c3c3 initial 2024-03-25 11:38:07 -07:00
Carlo Costino
1aa2501d1d Adjust E2E test fixtures
This changeset adjusts the scope of the end-to-end (E2E) test fixtures so that they behave as intended and we have truly isolated tests.  We may adjust these again in the future depending on our needs, but for right now this will hopefully keep things simple for us as we start to build out an E2E test library.

Thank you, @terrazoon, for flagging this!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-25 12:08:34 -04:00
Carlo Costino
564fc73521 Fixed up documentation to match current state; blackened formatting
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-02-23 17:38:47 -05:00
Carlo Costino
5c6a23c873 Undo changes to the landing page test
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-02-23 17:10:41 -05:00
Carlo Costino
c891bc1b3f Another attempt at fixing the landing page test
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-02-23 17:02:18 -05:00
Carlo Costino
34d20c4d65 Trying to get landing page test working again
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-02-23 16:53:39 -05:00
Carlo Costino
e71351d949 Add E2E documentation and clean E2E tests
This changeset adds additional documentation for how to write new E2E tests and cleans up the two existing tests slightly to make better use of the fixtures that are defined.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-02-23 16:02:16 -05:00
Carlo Costino
4741b381c2 Adjusting authenticated page fixture
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-02-23 11:39:14 -05:00
Carlo Costino
4180dca164 Last bits of cleanup with pytest configuration for E2E tests
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-02-23 11:24:03 -05:00
Carlo Costino
1b6446e213 Added a new E2ETest config and adjusted a couple of things
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-02-23 11:09:37 -05:00