Skip to content

Commit a19bfe6

Browse files
authored
add alert steps (#24)
Co-authored-by: AlexandrLegchilov <Alexandr_Legchilov@epam.com>
1 parent 1d5dee5 commit a19bfe6

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/waits.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,3 @@ When('I wait until text of alert {playwrightValidation} {string}', async functio
158158
validation(alertText, expectedValue);
159159
}
160160
);
161-
162-
163-

test-e2e/apps/actions.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
setTimeout(()=> action.innerText = window.prompt('Are you robot?'), 500);
114114
});
115115

116-
117116
</script>
118117
</body>
119118
</html>

test-e2e/features/actions.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ Feature: actions
112112
And I dismiss alert
113113
Then I expect text of 'Action' to be equal 'false'
114114

115-
@debug
116115
Scenario: type text to alert
117116
When I expect text of 'Action' to be equal 'Nothing'
118117
And I click "Prompt Button"

0 commit comments

Comments
 (0)