Skip to content

Commit

Permalink
fix: comment of Update ui.js (#3712)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jul 1, 2023
1 parent a5f0a4b commit ff297c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ const setContextTranslation = (context) => {
/**
* Codecept-style interface:
*
* Feature('login')
* Scenario('login as regular user', (I) {
* Feature('login');
*
* Scenario('login as regular user', ({I}) {
* I.fillField();
* I.click()
* I.click();
* I.see('Hello, '+data.login);
* });
*
Expand Down

0 comments on commit ff297c0

Please sign in to comment.