Skip to content

Commit 5f4e124

Browse files
committed
Only run simple tests
Signed-off-by: Lin Wang <[email protected]>
1 parent 442b09c commit 5f4e124

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cypress/integration/plugins/dashboards-assistant/mds_query_enhancements_suggest_anomaly_detector_spec.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ const testSuggestAD = (url) => {
8888
.click();
8989
});
9090

91+
it.only("test before and after",()=>{
92+
cy.get('button[aria-label="OpenSearch assistant trigger button"]', {
93+
timeout: 60000,
94+
}).click();
95+
})
96+
9197
it('should create detector successfully', () => {
9298
cy.get('button[aria-label="OpenSearch assistant trigger button"]', {
9399
timeout: 60000,

0 commit comments

Comments
 (0)