You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test("data query should return correct temperature data with Javascript query",async({ panelEditPage, readProvisionedDataSource, selectors, page, createDataSource})=>{
126
+
test("data query should return correct temperature data with Javascript query",async({ panelEditPage, readProvisionedDataSource, selectors, page })=>{
127
127
constquery=`
128
128
db.test_temperatureData.aggregate([
129
129
{
@@ -177,7 +177,7 @@ test("data query should return correct temperature data with Javascript query",
test("data query should return correct temperature data with javascript function",async({ panelEditPage, readProvisionedDataSource, selectors, page, createDataSource, dashboardPage})=>{
180
+
test("data query should return correct temperature data with javascript function",async({ panelEditPage, readProvisionedDataSource, selectors, page })=>{
0 commit comments