Skip to content
Snippets Groups Projects

Sustainable search

Merged Magnus Aleksander Skribeland Løvhøiden requested to merge sustainable-search into main
11 files
+ 24
7
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -20,6 +20,7 @@ describe("DrivstoffNetsiden filter, sort and searching", () => {
it("should be able to search by text search", () => {
cy.get("#searchInput").type("Shell");
cy.get("#searchButton").click();
for (let gasStation of ["Statoil", "Circle K", "Esso"]) {
cy.get("main").contains(gasStation).should("not.exist");
}
Loading