Skip to content

Commit 72c291b

Browse files
authored
more patience for signup-button rendering tests (#26560)
* more patience for signup-button rendering tests * fix the import
1 parent 3fb430a commit 72c291b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/rendering/signup-button.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
import { jest, describe, expect } from '@jest/globals'
2+
13
import { getDOM } from '../helpers/e2etest.js'
2-
import { describe, expect } from '@jest/globals'
34

45
describe('GHEC sign up button', () => {
6+
jest.setTimeout(60 * 1000)
7+
58
test('present by default', async () => {
69
const $ = await getDOM('/en')
710
expect($('a[href^="https://github.com/signup"]').length).toBeGreaterThan(0)

0 commit comments

Comments
 (0)