File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 11import { Organization } from '../../../src/types'
2- import { points , makeGraphSnapshot } from '../../support/commands'
2+ import { points } from '../../support/commands'
33import {
44 FROM ,
55 RANGE ,
@@ -632,30 +632,6 @@ describe('DataExplorer', () => {
632632 } )
633633 } )
634634
635- describe ( 'refresh' , ( ) => {
636- beforeEach ( ( ) => {
637- cy . writeData ( points ( 20 ) )
638-
639- cy . getByTestID ( `selector-list m` ) . click ( )
640- cy . getByTestID ( 'time-machine-submit-button' ) . click ( )
641-
642- // select short time period to ensure graph changes after short time
643- cy . getByTestID ( 'timerange-dropdown' ) . click ( )
644- cy . getByTestID ( 'dropdown-item-past5m' ) . click ( )
645- } )
646-
647- it ( 'manual refresh' , ( ) => {
648- const snapshot = makeGraphSnapshot ( )
649-
650- // graph will slightly move
651- cy . wait ( 200 )
652- cy . get ( '.autorefresh-dropdown--pause' ) . click ( )
653-
654- // not actually same as (see the false as the second arg)
655- makeGraphSnapshot ( ) . shouldBeSameAs ( snapshot , false )
656- } )
657- } )
658-
659635 describe ( 'saving' , ( ) => {
660636 beforeEach ( ( ) => {
661637 cy . writeData ( points ( 10 ) )
You can’t perform that action at this time.
0 commit comments