Merged in chore/hardcode-lang-in-sas (pull request #2612)
temp: Hardcode lang param * Hardcode lang param Approved-by: Linus Flood
This commit is contained in:
@@ -4,7 +4,7 @@ import { serializeBookingSearchParams } from "@scandic-hotels/booking-flow/utils
|
||||
import { ChildBedMapEnum } from "@scandic-hotels/trpc/enums/childBedMapEnum"
|
||||
|
||||
test("can make a search with city", async ({ page }) => {
|
||||
await page.goto("/")
|
||||
await page.goto("/en")
|
||||
|
||||
// Search for city
|
||||
const combobox = page.getByRole("combobox", { name: /where to/i })
|
||||
@@ -99,7 +99,7 @@ test("can make a search with city", async ({ page }) => {
|
||||
})
|
||||
|
||||
test("can make a search with hotel", async ({ page }) => {
|
||||
await page.goto("/")
|
||||
await page.goto("/en")
|
||||
|
||||
// Search for hotel
|
||||
const combobox = page.getByRole("combobox", { name: /where to/i })
|
||||
|
||||
Reference in New Issue
Block a user