请谁能告诉我如何编写测试用例以测试Angular中的<p-fileupload> fileupload

时间:2019-02-28 13:55:05

标签: angular

我在primeng的文件上传测试用例中苦苦挣扎。

我尝试了下面的代码:

fixture.detectChanges();
const compiled = fixture.debugElement.nativeElement;
let absolutePath = path.resolve('/home/sambuheshwaran/Pictures/Screenshot from 2019-01-23 23-02-26.png');
fixture.debugElement.query(By.css('input[name="title"]')).sendkeys();

感谢您的帮助。

0 个答案:

没有答案