system-testing 1.0.23 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-testing",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "System testing with Selenium and browsers.",
5
5
  "keywords": [
6
6
  "system",
@@ -302,7 +302,7 @@ export default class SystemTest {
302
302
  await this.findNoWait(selector)
303
303
  found = true
304
304
  } catch (error) {
305
- if (!error.message.startsWith("Element couldn't be found by CSS:")) {
305
+ if (!error.message.startsWith("Element couldn't be found after ")) {
306
306
  throw error
307
307
  }
308
308
  }