We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4712f commit b25a727Copy full SHA for b25a727
1 file changed
detox/src/devices/Device.js
@@ -98,7 +98,7 @@ class Device {
98
99
async takeScreenshot(name) {
100
if (!name) {
101
- throw new Error('Cannot take screenshot with an empty name.');
+ throw new Error('Cannot take a screenshot with an empty name.');
102
}
103
104
return this.deviceDriver.takeScreenshot(name);
0 commit comments