qat-web 9.0.1 → 9.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16d90ffc3189a2b96bb070c9dd2b2d4624dfdf90139deb0d072aca7935b980f5
4
- data.tar.gz: 88c90b029a7e9581df0ea7eef8ebe1f0f1fd484d1bab5b13d200b163fe88dc0b
3
+ metadata.gz: 0b15a78e9dc739fbf74e58dbd007fa1a962fd443dfca5e21248f007c91807b5d
4
+ data.tar.gz: 0c58c589368a3b1c659cc052d45fa76e71eef04ed462bf6de15f14ee71046f80
5
5
  SHA512:
6
- metadata.gz: 3bb44e1a9fedb1803b26c073de3b1b29e48a92d7da052a760cc67a55a5a3aefa02e77bc2189cbb67dcc1926191b1fa4be6d50cbd4713d1885f5c2461f9438854
7
- data.tar.gz: 6b578633836ffe1209aae847c5ccd02352ae14b902cf2b015fc8d052b5f7cee79cd4cb097717ff6eb5286103c5b93dd594ff6c02cf0771825e9068747c3f136b
6
+ metadata.gz: a542e63026fecff79837d154ec233ded53f0cc4b15021b01a81d826c62517d88176d1d48c94e01aafdc026abaa32749484520f7eef8a62db17ca8960eee3b3d7
7
+ data.tar.gz: e9f683d0de8a77f5364dab53810a0e805032a668910191ebe9a3d9c9fb0d09cba44711223202db686e00767a3486eaee720c282c8c35fb0ed2f56871b2456088
@@ -17,7 +17,7 @@ module QAT::Web
17
17
  #@return [String/NilClass] File path to where the HTML dump file was saved or nil if the browser doesn't support HTML dumps
18
18
  #@since 1.0.0
19
19
  def take_html_dump(page=Capybara.current_session, path=html_dump_path)
20
- raise ArgumentError.new "File #{path} already exists! Choose another filename" if ::File.exists? path
20
+ raise ArgumentError.new "File #{path} already exists! Choose another filename" if ::File.exist? path
21
21
  log.info { "Saving HTML dump to #{path}" }
22
22
  path = read_html_dump page ,path
23
23
  log.info { "HTML dump available" }
@@ -4,6 +4,6 @@ module QAT
4
4
  #@since 1.0.0
5
5
  module Web
6
6
  # Represents QAT-Web's version
7
- VERSION = '9.0.1'
7
+ VERSION = '9.0.2'
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qat-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.1
4
+ version: 9.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - QAT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-01 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: qat-cucumber