Skip to content

Commit

Permalink
Added explanation to change_log.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Feb 15, 2024
1 parent 8ac2549 commit b6ccbd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist-docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Also the Migration Guide (Japanese) might be informative:
https://inter-mediator.info/ja/for-developers/migration.html

Ver.13 (In Development)
- In the INTERMediator_DBAdapter, XMLHttpRequest programs are replaced with fetch function.

Ver.12 (Februrary 06, 2024)
- PHP Ver.7.4 is the minimum version.
Expand Down
4 changes: 2 additions & 2 deletions dist-docs/docker/spec/samples/samples_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
@driver.manage.timeouts.page_load = 10
end

it "The title of the first page should be 'INTER-Mediator 12 - VM for Trial'." do
expect(@driver.title).to eq("INTER-Mediator 12 - VM for Trial")
it "The title of the first page should be 'INTER-Mediator 13 - VM for Trial'." do
expect(@driver.title).to eq("INTER-Mediator 13 - VM for Trial")
end

it "Page File Editor should be working" do
Expand Down

0 comments on commit b6ccbd3

Please sign in to comment.