kopia lustrzana https://github.com/nolanlawson/pinafore
				
				
				
			test: fix flakey test (#1956)
							rodzic
							
								
									1e974824e1
								
							
						
					
					
						commit
						5b04db8442
					
				|  | @ -66,8 +66,10 @@ test('does not add URLs as media is added/removed', async t => { | |||
|     .typeText(composeInput, 'this is a toot') | ||||
|     .expect(mediaButton.exists).ok() | ||||
|   await (uploadKittenImage(1)()) | ||||
|   await sleep(500) | ||||
|   await t.expect(composeInput.value).eql('this is a toot') | ||||
|   await (uploadKittenImage(1)()) | ||||
|   await sleep(500) | ||||
|   await t.expect(composeInput.value).eql('this is a toot') | ||||
|     .click(getNthDeleteMediaButton(1)) | ||||
|     .expect(composeInput.value).eql('this is a toot') | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Nolan Lawson
						Nolan Lawson