Skip to content
Snippets Groups Projects
Commit a49cdb16 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix E2E test [ci e2e]

parent f8b1910f
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ describeE2E("admin/datamodel", () => {
await waitForElementAndClick(driver, "#MetricsList a.text-brand");
await waitForElementAndClick(driver, "#Query-section-aggregation");
await waitForElementAndClick(driver, "#AggregationPopover .List-item:nth-child(2)>a");
await waitForElementAndClick(driver, "#AggregationPopover .List-item:nth-child(1)>a");
await waitForElementAndSendKeys(driver, "input[name='name']", 'User count');
await waitForElementAndSendKeys(driver, "textarea[name='description']", 'Total number of users');
......
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