Convert GitHub Sync tests to Cypress (#24228)
* Use OError * Remove setTimeout stub * Convert GitHub Sync tests to Cypress * Use setIgnoringExternalUpdates directly * Migrate remaining GitHub Sync components to TypeScript GitOrigin-RevId: 7c8b875b9a7bbf6353d87a5f93c2267d1d4bc65d
This commit is contained in:
@@ -4,7 +4,6 @@ import OLSpinner, {
|
||||
OLSpinnerSize,
|
||||
} from '@/features/ui/components/ol/ol-spinner'
|
||||
import { isBootstrap5 } from '@/features/utils/bootstrap-5'
|
||||
import { setTimeout } from '@/utils/window'
|
||||
import classNames from 'classnames'
|
||||
|
||||
function LoadingSpinner({
|
||||
@@ -31,7 +30,7 @@ function LoadingSpinner({
|
||||
return
|
||||
}
|
||||
|
||||
const timer = setTimeout(() => {
|
||||
const timer = window.setTimeout(() => {
|
||||
setShow(true)
|
||||
}, delay)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user