我试图制作我的第一个自动测试并且我不断收到此错误:错误CS1029 #error:'生成错误:序列不包含任何元素'.
有人可以帮忙吗?
我的specflow feture:
Feature: SpecFlowFeature1
In order to see and check my todos
As planning user
I want to create and see my todos and done todos
@mytag
Scenario: Check default number of todos
Given user is on todolist.me main page
Then user sees list of 7 todo''s
Scenario Outline: Check todos creation
Given user is on todolist.me main page
When user creates new todo with content: <content>
Then user sees todo with content: <content>
Scenario Outline: Chech …Run Code Online (Sandbox Code Playgroud)