Skip to content

How to test mousedown and keydown elements when there is no onchange handler for specific element #450

Discussion options

You must be logged in to vote

using a fresh connection for the failing line solved error. My method was called two times within the initializing process of the page and tried to use the same connection.

using IDbConnection dbConnection = new SqlConnection(DatabaseUtils.ConnectionString);
var results = (await dbConnection.QueryAsync<Skill>(sql, new { ids = Ids })).ToList();

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@egil
Comment options

egil Jul 3, 2021
Maintainer

@OuttaSpaceTime
Comment options

@egil
Comment options

egil Jul 4, 2021
Maintainer

@OuttaSpaceTime
Comment options

@OuttaSpaceTime
Comment options

Comment options

You must be logged in to vote
1 reply
@egil
Comment options

egil Jul 12, 2021
Maintainer

Answer selected by OuttaSpaceTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants