Skip to content
Snippets Groups Projects
Unverified Commit fc0ec1f5 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Replace BigQuery deprecation test with the Presto driver (#20373)

parent 53d220c1
Branches
Tags
No related merge requests found
......@@ -276,13 +276,13 @@ describe("scenarios > admin > databases > add", () => {
it("should display driver deprecation messages", () => {
cy.visit("/admin/databases/create");
chooseDatabase("BigQuery");
chooseDatabase("Presto");
cy.findByText("BigQuery");
cy.findByText("Presto");
cy.findByText("Need help connecting?");
cy.findByText("find it here").click();
cy.findByText("BigQuery (Deprecated Driver)");
cy.findByText("Presto (Deprecated Driver)");
cy.findByText("Need help connecting?");
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment