lemon-piano-67942
02/23/2023, 9:26 AMfreezing-scientist-25758
02/23/2023, 4:14 PM.unsaved-changes
that simply gives it that background color when the field changes.
For some reason cypress is not able to see this change. It changed from a sentence to just the percent signs. It is saying that it just received ββ
so idk how verify that the percent signs were entered before submitting the entire form.sticky-energy-17458
02/23/2023, 5:02 PMnice-cartoon-4523
02/23/2023, 5:09 PMsticky-energy-17458
02/23/2023, 5:19 PMsticky-energy-17458
02/23/2023, 5:22 PMdazzling-thailand-9844
02/23/2023, 5:23 PMsticky-energy-17458
02/23/2023, 5:24 PMsticky-energy-17458
02/23/2023, 5:24 PMnice-cartoon-4523
02/23/2023, 5:24 PMsticky-energy-17458
02/23/2023, 5:25 PMmelodic-needle-18622
02/23/2023, 6:07 PMdazzling-thailand-9844
02/23/2023, 6:13 PMsalmon-appointment-11335
02/23/2023, 6:49 PMdazzling-thailand-9844
02/23/2023, 6:58 PMbest-flower-17510
02/23/2023, 6:58 PMsalmon-appointment-11335
02/23/2023, 7:01 PMfreezing-scientist-25758
02/23/2023, 9:24 PMsome-boots-12634
02/23/2023, 10:27 PMmagnificent-lamp-44201
02/24/2023, 3:18 AMwooden-helicopter-64866
02/24/2023, 5:52 AMlively-library-21721
02/24/2023, 8:49 AMlively-library-21721
02/24/2023, 10:09 AMechoing-painting-40909
02/24/2023, 10:51 AMgreen-controller-97889
02/24/2023, 11:34 AMjs
cy.intercept("GET", "/api/q1", {
fixture: "fixture1.json",
}).as("getData1");
cy.intercept("GET", "/api/q2", {
fixture: "fixture2.json",
}).as("getData2");
cy.wait(["@getData1", "@getData2"]);
cy.visit(pageURL);
gray-kilobyte-89541
02/24/2023, 1:40 PMmagnificent-lamp-44201
02/25/2023, 3:21 AMechoing-painting-40909
02/25/2023, 9:28 AMcold-cat-63632
02/27/2023, 6:51 PMcold-cat-63632
02/27/2023, 6:52 PM