Skip to content
Snippets Groups Projects
Unverified Commit fb02fcae authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi Committed by GitHub
Browse files

Fix e2e test after introducing #23338 (#23348)

parent ea7ab932
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,8 @@ describe("scenarios > admin > databases > add", () => {
cy.button("Save").click();
cy.wait("@createDatabase");
cy.findByText(/Hmm, we couldn't connect to the database/);
cy.findByText(": check your connection string");
cy.findByText("Implicitly relative file paths are not allowed.");
});
it("should show scheduling settings if you enable the toggle", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment