DataTable current object #3205
Unanswered
ashwini-mv
asked this question in
Q&A
Replies: 3 comments 5 replies
-
@ashwini-mv Did you have something like this in your
|
Beta Was this translation helpful? Give feedback.
1 reply
-
it is with current version. did you run |
Beta Was this translation helpful? Give feedback.
1 reply
-
@ashwini-mv my project is working fine. Which codeceptjs version are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use DataTable with typescript, I am getting this error -> Property 'current' does not exist on type 'SupportObject'. Can someone help me with this?
const accounts = new DataTable(['login', 'password']); //
accounts.add(['davert', '123456']); // adding records to a table
accounts.add(['admin', '123456']);
Data(accounts).Scenario('Search for users', async({I,current}) => {
Beta Was this translation helpful? Give feedback.
All reactions